From 38b61ec90b46052e0365cc66bacacd230133edfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Tue, 17 Mar 2026 13:57:11 +0100 Subject: [PATCH] [ci] Update GitHub Actions to their latest major release --- .github/workflows/check_formatting.yaml | 2 +- .github/workflows/linux-ci.yml | 4 ++-- .github/workflows/macos-ci.yml | 4 ++-- .github/workflows/static_analysis.yaml | 6 +++--- .github/workflows/windows-ci.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/check_formatting.yaml b/.github/workflows/check_formatting.yaml index 8a10065f..e982b55c 100644 --- a/.github/workflows/check_formatting.yaml +++ b/.github/workflows/check_formatting.yaml @@ -5,6 +5,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check for trailing whitespace run: scripts/check_trailing_whitespace.sh diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index c5e0c9aa..aa553c2d 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -510,7 +510,7 @@ jobs: EXTRA_CFLAGS: "-Werror -Wno-array-bounds" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Show OS version run: | @@ -639,7 +639,7 @@ jobs: EXTRA_CFLAGS: "-Werror -Wno-array-bounds" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Show OS version run: | diff --git a/.github/workflows/macos-ci.yml b/.github/workflows/macos-ci.yml index 585551d0..2ee889d2 100644 --- a/.github/workflows/macos-ci.yml +++ b/.github/workflows/macos-ci.yml @@ -62,7 +62,7 @@ jobs: EXTRA_CFLAGS: "-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Show OS version run: | @@ -164,7 +164,7 @@ jobs: EXTRA_CFLAGS: "-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Show OS version run: | diff --git a/.github/workflows/static_analysis.yaml b/.github/workflows/static_analysis.yaml index 29e617fc..2f45d607 100644 --- a/.github/workflows/static_analysis.yaml +++ b/.github/workflows/static_analysis.yaml @@ -7,7 +7,7 @@ jobs: # We build libunwind ourselves because sadly the version # provided by Ubuntu via apt-get is much too old. - name: Check out libunwind - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: libunwind/libunwind path: libunwind @@ -23,7 +23,7 @@ jobs: cd .. rm -rf libunwind - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # We download LLVM directly from the latest stable release # on GitHub, because this tends to be much newer than the # version available via apt-get in Ubuntu. @@ -54,7 +54,7 @@ jobs: scripts/run_static_analysis.sh static_analysis_results "$GITHUB_OUTPUT" - name: Upload static analysis results if: ${{ steps.run_static_analysis.outputs.HAS_STATIC_ANALYSIS_RESULTS }} == '1' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: static_analysis_results path: static_analysis_results diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index f40ba086..4fbd4a7d 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -54,7 +54,7 @@ jobs: CONFIGURE_FLAGS: --enable-debug steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Show OS version shell: cmd