From ff324006ae99f07ee7045e7b1384cce754215e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 14:05:30 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/clang-addresssanitizer.yml | 2 +- .github/workflows/clang-analyzer.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/zizmor.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/clang-addresssanitizer.yml b/.github/workflows/clang-addresssanitizer.yml index 23dc08e..9f175fc 100644 --- a/.github/workflows/clang-addresssanitizer.yml +++ b/.github/workflows/clang-addresssanitizer.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout # We use v1 due to https://github.com/actions/checkout/issues/334 - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true persist-credentials: false diff --git a/.github/workflows/clang-analyzer.yml b/.github/workflows/clang-analyzer.yml index ab46b2e..aed4575 100644 --- a/.github/workflows/clang-analyzer.yml +++ b/.github/workflows/clang-analyzer.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout # We use v1 due to https://github.com/actions/checkout/issues/334 - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true persist-credentials: false diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5702ac9..a875e1e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: php-version: 8.3 - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 505ecbc..c8ea315 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - name: Checkout # We use v1 due to https://github.com/actions/checkout/issues/334 - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true persist-credentials: false diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index c2c394f..0dd8c83 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -15,7 +15,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false