From dc0e7b845bcee525d40d4abf16078b239ca827fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:17:56 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/build.yaml | 6 +++--- .github/workflows/review-dependencies.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 22c062c..da7967d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Pull latest awslabs/git-secrets repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: awslabs/git-secrets ref: 1.3.0 @@ -22,7 +22,7 @@ jobs: - name: Install git secrets from source run: sudo make install working-directory: git-secrets - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Scan repository for git secrets run: | git secrets --register-aws @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff --git a/.github/workflows/review-dependencies.yaml b/.github/workflows/review-dependencies.yaml index 7180c84..6f76694 100644 --- a/.github/workflows/review-dependencies.yaml +++ b/.github/workflows/review-dependencies.yaml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/dependency-review-action@v4 with: config-file: './.github/dependency-review-config.yaml'