Skip to content

Commit

Permalink
Bump actions to latest version
Browse files Browse the repository at this point in the history
- Bump github/codeql-action from 2 to 3
- Bump actions/configure-pages from 3 to 4
- Bump actions/setup-python from 4 to 5
- Bump actions/deploy-pages from 2 to 3
  • Loading branch information
dependabot[bot] authored and JonatanAntoni committed Dec 18, 2023
1 parent 204a1bd commit 7f06964
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: ammaraskar/gcc-problem-matcher@master

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: cpp
queries: security-and-quality
Expand All @@ -94,7 +94,7 @@ jobs:
- name: Perform CodeQL Analysis
if: ${{ !cancelled() }}
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

- name: Deactivate Arm tool license
if: always()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand All @@ -43,4 +43,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3

0 comments on commit 7f06964

Please sign in to comment.