From 320ba92bd98dc7e1b81431ce17d5246bb4a2ca52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 22:19:08 +0000 Subject: [PATCH] deps(dev): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 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/v6...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/release.yml | 12 ++++++------ .github/workflows/update-release-configs.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a502d2..26ee350 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,10 +31,10 @@ jobs: private-key: ${{ secrets.DEV_TOOLS_RELEASE_WORKFLOW_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Checkout workflows repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: heroku/npm-release-workflows token: ${{ steps.app-token.outputs.token }} @@ -64,10 +64,10 @@ jobs: private-key: ${{ secrets.DEV_TOOLS_RELEASE_WORKFLOW_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Checkout workflows repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: heroku/npm-release-workflows token: ${{ steps.app-token.outputs.token }} @@ -101,10 +101,10 @@ jobs: private-key: ${{ secrets.DEV_TOOLS_RELEASE_WORKFLOW_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Checkout workflows repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: heroku/npm-release-workflows token: ${{ steps.app-token.outputs.token }} diff --git a/.github/workflows/update-release-configs.yml b/.github/workflows/update-release-configs.yml index 859c414..3543902 100644 --- a/.github/workflows/update-release-configs.yml +++ b/.github/workflows/update-release-configs.yml @@ -20,10 +20,10 @@ jobs: app-id: ${{ vars.DEV_TOOLS_RELEASE_WORKFLOW_APP_ID }} private-key: ${{ secrets.DEV_TOOLS_RELEASE_WORKFLOW_APP_PRIVATE_KEY }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Checkout workflows repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: heroku/npm-release-workflows token: ${{ steps.app-token.outputs.token }}