From 3bc5c10c2b674643545f985dfbe8c5385c875433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 00:44:28 +0000 Subject: [PATCH] chore: 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/release-on-push.yml | 4 ++-- .github/workflows/release.yml | 12 ++++++------ .github/workflows/update-release-configs.yml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release-on-push.yml b/.github/workflows/release-on-push.yml index 1bcb94a..167bb62 100644 --- a/.github/workflows/release-on-push.yml +++ b/.github/workflows/release-on-push.yml @@ -16,10 +16,10 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Checkout workflows repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: heroku/npm-release-workflows token: ${{ secrets.WORKFLOWS_ACCESS_GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d85bd9d..554a13a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,10 +15,10 @@ jobs: validate: runs-on: pub-hk-ubuntu-24.04-ip # Options: ubuntu-latest | sfdc-hk-ubuntu-latest | pub-hk-ubuntu-24.04-ip steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Checkout workflows repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: heroku/npm-release-workflows token: ${{ secrets.WORKFLOWS_ACCESS_GITHUB_TOKEN }} @@ -49,10 +49,10 @@ jobs: no_release_needed: ${{ steps.release-workflow.outputs.no_release_needed }} pr_already_exists: ${{ steps.release-workflow.outputs.pr_already_exists }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Checkout workflows repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: heroku/npm-release-workflows token: ${{ secrets.WORKFLOWS_ACCESS_GITHUB_TOKEN }} @@ -76,10 +76,10 @@ jobs: pull-requests: write id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Checkout workflows repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: heroku/npm-release-workflows token: ${{ secrets.WORKFLOWS_ACCESS_GITHUB_TOKEN }} diff --git a/.github/workflows/update-release-configs.yml b/.github/workflows/update-release-configs.yml index 4b134d9..f36ab82 100644 --- a/.github/workflows/update-release-configs.yml +++ b/.github/workflows/update-release-configs.yml @@ -12,10 +12,10 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Checkout workflows repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: heroku/npm-release-workflows token: ${{ secrets.WORKFLOWS_ACCESS_GITHUB_TOKEN }}