Skip to content

Commit

Permalink
Bump github actions versions (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 19, 2024
1 parent 7957e67 commit 250fd19
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
cpp_std: [c++14, c++20]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

- uses: Chocobo1/setup-ccache-action@v1

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand All @@ -36,7 +36,7 @@ jobs:
meson test -C "_build" -v --test-args "-d yes"
- name: initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
if: startsWith(matrix.os, 'ubuntu') && (matrix.cpp_std == 'c++20')
with:
languages: cpp
Expand All @@ -49,7 +49,7 @@ jobs:
meson compile -C "_build"
- name: perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
if: startsWith(matrix.os, 'ubuntu') && (matrix.cpp_std == 'c++20')


Expand All @@ -61,11 +61,11 @@ jobs:
cpp_std: [c++14, c++latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down

0 comments on commit 250fd19

Please sign in to comment.