From e58686577ecedaf142599c332033d9063473c1d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:16:29 +0000 Subject: [PATCH] build(deps): 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/ci.yml | 2 +- .github/workflows/contract.yml | 2 +- .github/workflows/on-bitrouter-release.yml | 2 +- .github/workflows/publish.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01b49c2..3e8f590 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: name: build + test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: { persist-credentials: false } - uses: actions/setup-node@v7 with: { node-version: "20", cache: npm } diff --git a/.github/workflows/contract.yml b/.github/workflows/contract.yml index b624c88..aa63398 100644 --- a/.github/workflows/contract.yml +++ b/.github/workflows/contract.yml @@ -31,7 +31,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: { persist-credentials: false } - uses: actions/setup-node@v7 with: { node-version: "20", cache: npm } diff --git a/.github/workflows/on-bitrouter-release.yml b/.github/workflows/on-bitrouter-release.yml index 14ca8d0..3bac05c 100644 --- a/.github/workflows/on-bitrouter-release.yml +++ b/.github/workflows/on-bitrouter-release.yml @@ -36,7 +36,7 @@ jobs: tag: ${{ steps.detect.outputs.tag }} fresh: ${{ steps.detect.outputs.fresh }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: { persist-credentials: false } - id: detect env: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ceed9ad..720386f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: # this workflow from this commit, which is checkable by anyone. id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.release.tag_name }} persist-credentials: false