From b0a02cd17ad5c109485777dd92672ad191c3e576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:08:49 +0000 Subject: [PATCH] fix(deps): 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/check.yml | 2 +- .github/workflows/periodic_check.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 0b2a7b4..409658e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -23,7 +23,7 @@ jobs: os: [macos-latest, windows-latest, ubuntu-latest] steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false submodules: recursive diff --git a/.github/workflows/periodic_check.yml b/.github/workflows/periodic_check.yml index 6253b48..19b454c 100644 --- a/.github/workflows/periodic_check.yml +++ b/.github/workflows/periodic_check.yml @@ -14,7 +14,7 @@ jobs: matrix-json: ${{ steps.matrix.outputs.matrix }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false submodules: recursive @@ -38,7 +38,7 @@ jobs: matrix: ${{ fromJSON(needs.create_matrix.outputs.matrix-json) }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false submodules: recursive diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 54950f7..bb8b4f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: matrix-json: ${{ steps.matrix.outputs.matrix }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false submodules: recursive @@ -44,7 +44,7 @@ jobs: matrix: ${{ fromJSON(needs.create_matrix.outputs.matrix-json) }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false submodules: recursive