From 26e2372882d681d996566360d3fc08cb43bced92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 12:50:30 +0200 Subject: [PATCH] Bump actions/checkout from 4 to 5 (#6328) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ccpp.yml | 2 +- .github/workflows/cd.yml | 2 +- .github/workflows/sanitizer.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 9acad9d41..0f668c837 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -48,7 +48,7 @@ jobs: - name: ccache uses: hendrikmuhs/ccache-action@v1.2 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a5ec10c7a..9280585ed 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -27,7 +27,7 @@ jobs: os: ubuntu-latest steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5 - uses: lukka/get-cmake@latest diff --git a/.github/workflows/sanitizer.yml b/.github/workflows/sanitizer.yml index 6a8e2336f..ef18460ba 100644 --- a/.github/workflows/sanitizer.yml +++ b/.github/workflows/sanitizer.yml @@ -14,7 +14,7 @@ jobs: name: adress-sanitizer runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: lukka/get-cmake@latest - uses: lukka/set-shell-env@v1 with: @@ -38,7 +38,7 @@ jobs: name: undefined-behavior-sanitizer runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: lukka/get-cmake@latest - uses: lukka/set-shell-env@v1 with: @@ -62,7 +62,7 @@ jobs: name: printf-sanitizer runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: run scan_printf script run: ./scripts/scan_printf.sh