From 834871484ecc7c2ea5122f3cd4e8ea31477075eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 05:16:29 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 7. - [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/v2...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/action-buildpack-compute-metadata.yml | 2 +- .github/workflows/action-buildpackage-verify-metadata.yml | 2 +- .github/workflows/action-registry-add-entry.yml | 2 +- .github/workflows/action-registry-compute-metadata.yml | 2 +- .github/workflows/action-registry-request-add-entry.yml | 2 +- .github/workflows/action-registry-request-yank-entry.yml | 2 +- .github/workflows/action-registry-verify-namespace-owner.yml | 2 +- .github/workflows/action-registry-yank-entry.yml | 2 +- .github/workflows/pb-synchronize-labels.yml | 2 +- .github/workflows/pb-tests.yml | 2 +- .github/workflows/pb-update-go.yml | 2 +- .github/workflows/update-pack-version.yml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/action-buildpack-compute-metadata.yml b/.github/workflows/action-buildpack-compute-metadata.yml index 8360332..7d7c3cc 100644 --- a/.github/workflows/action-buildpack-compute-metadata.yml +++ b/.github/workflows/action-buildpack-compute-metadata.yml @@ -27,7 +27,7 @@ jobs: password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }} registry: ghcr.io username: ${{ secrets.IMPLEMENTATION_GITHUB_USERNAME }} - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v7 - id: version name: Compute Version run: | diff --git a/.github/workflows/action-buildpackage-verify-metadata.yml b/.github/workflows/action-buildpackage-verify-metadata.yml index 1d8df4b..fdd77b0 100644 --- a/.github/workflows/action-buildpackage-verify-metadata.yml +++ b/.github/workflows/action-buildpackage-verify-metadata.yml @@ -27,7 +27,7 @@ jobs: password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }} registry: ghcr.io username: ${{ secrets.IMPLEMENTATION_GITHUB_USERNAME }} - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v7 - id: version name: Compute Version run: | diff --git a/.github/workflows/action-registry-add-entry.yml b/.github/workflows/action-registry-add-entry.yml index e509a4c..79fb9fe 100644 --- a/.github/workflows/action-registry-add-entry.yml +++ b/.github/workflows/action-registry-add-entry.yml @@ -29,7 +29,7 @@ jobs: password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }} registry: ghcr.io username: ${{ secrets.IMPLEMENTATION_GITHUB_USERNAME }} - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v7 - id: version name: Compute Version run: | diff --git a/.github/workflows/action-registry-compute-metadata.yml b/.github/workflows/action-registry-compute-metadata.yml index d6b55e2..5232714 100644 --- a/.github/workflows/action-registry-compute-metadata.yml +++ b/.github/workflows/action-registry-compute-metadata.yml @@ -29,7 +29,7 @@ jobs: password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }} registry: ghcr.io username: ${{ secrets.IMPLEMENTATION_GITHUB_USERNAME }} - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v7 - id: version name: Compute Version run: | diff --git a/.github/workflows/action-registry-request-add-entry.yml b/.github/workflows/action-registry-request-add-entry.yml index 5894652..56d3c3d 100644 --- a/.github/workflows/action-registry-request-add-entry.yml +++ b/.github/workflows/action-registry-request-add-entry.yml @@ -29,7 +29,7 @@ jobs: password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }} registry: ghcr.io username: ${{ secrets.IMPLEMENTATION_GITHUB_USERNAME }} - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v7 - id: version name: Compute Version run: | diff --git a/.github/workflows/action-registry-request-yank-entry.yml b/.github/workflows/action-registry-request-yank-entry.yml index cb92a65..43d0682 100644 --- a/.github/workflows/action-registry-request-yank-entry.yml +++ b/.github/workflows/action-registry-request-yank-entry.yml @@ -29,7 +29,7 @@ jobs: password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }} registry: ghcr.io username: ${{ secrets.IMPLEMENTATION_GITHUB_USERNAME }} - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v7 - id: version name: Compute Version run: | diff --git a/.github/workflows/action-registry-verify-namespace-owner.yml b/.github/workflows/action-registry-verify-namespace-owner.yml index ce093ff..bd936d1 100644 --- a/.github/workflows/action-registry-verify-namespace-owner.yml +++ b/.github/workflows/action-registry-verify-namespace-owner.yml @@ -29,7 +29,7 @@ jobs: password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }} registry: ghcr.io username: ${{ secrets.IMPLEMENTATION_GITHUB_USERNAME }} - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v7 - id: version name: Compute Version run: | diff --git a/.github/workflows/action-registry-yank-entry.yml b/.github/workflows/action-registry-yank-entry.yml index 6dde639..46df4ca 100644 --- a/.github/workflows/action-registry-yank-entry.yml +++ b/.github/workflows/action-registry-yank-entry.yml @@ -29,7 +29,7 @@ jobs: password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }} registry: ghcr.io username: ${{ secrets.IMPLEMENTATION_GITHUB_USERNAME }} - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v7 - id: version name: Compute Version run: | diff --git a/.github/workflows/pb-synchronize-labels.yml b/.github/workflows/pb-synchronize-labels.yml index a55e4ca..6687fa5 100644 --- a/.github/workflows/pb-synchronize-labels.yml +++ b/.github/workflows/pb-synchronize-labels.yml @@ -11,7 +11,7 @@ jobs: runs-on: - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: micnncim/action-label-syncer@v1 env: GITHUB_TOKEN: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }} diff --git a/.github/workflows/pb-tests.yml b/.github/workflows/pb-tests.yml index e64c5fc..664c93f 100644 --- a/.github/workflows/pb-tests.yml +++ b/.github/workflows/pb-tests.yml @@ -15,7 +15,7 @@ jobs: runs-on: - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/cache@v6 with: key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/pb-update-go.yml b/.github/workflows/pb-update-go.yml index e0ed5eb..7abc328 100644 --- a/.github/workflows/pb-update-go.yml +++ b/.github/workflows/pb-update-go.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-go@v6 with: go-version: "1.26" - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Update Go Version & Modules id: update-go run: | diff --git a/.github/workflows/update-pack-version.yml b/.github/workflows/update-pack-version.yml index 1e28dad..af63635 100644 --- a/.github/workflows/update-pack-version.yml +++ b/.github/workflows/update-pack-version.yml @@ -10,7 +10,7 @@ jobs: update-pack-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - name: Retrieve latest pack version id: version run: |