From 6610d2bb0560a56f8dd6a526ab45302aff96e87a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:52:27 +0000 Subject: [PATCH] chore: 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/post_publish.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ad207efd56..0e5e55764eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Deno uses: denoland/setup-deno@v2 diff --git a/.github/workflows/post_publish.yml b/.github/workflows/post_publish.yml index 8f84e70d350..cc8a4fddef1 100644 --- a/.github/workflows/post_publish.yml +++ b/.github/workflows/post_publish.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'denoland/fresh' steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Upload version file to dl.deno.land env: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c4285d2bb9c..cb40d87eec4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: if: github.repository_owner == 'denoland' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Deno uses: denoland/setup-deno@v2