From fd8df2e32cc0ce1687a0f31565ae6262ec7aea4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:02:59 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6.0.3 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.1. - [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/df4cb1c069e1874edd31b4311f1884172cec0e10...3d3c42e5aac5ba805825da76410c181273ba90b1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gcp-action.yml | 2 +- .github/workflows/rclone-action.yml | 2 +- .github/workflows/wrangler-action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gcp-action.yml b/.github/workflows/gcp-action.yml index 90b8308..a383a12 100644 --- a/.github/workflows/gcp-action.yml +++ b/.github/workflows/gcp-action.yml @@ -25,7 +25,7 @@ jobs: environment: production if: github.repository == 'digital-clouds/space' steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4 - id: "auth" uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v2 with: diff --git a/.github/workflows/rclone-action.yml b/.github/workflows/rclone-action.yml index 5ce1a4a..f58b060 100644 --- a/.github/workflows/rclone-action.yml +++ b/.github/workflows/rclone-action.yml @@ -20,7 +20,7 @@ jobs: remote_path: "r2:space" steps: - name: "⤵️ Check out code from GitHub" - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4 - name: "⏫ Run rclone" uses: digital-clouds/rclone-action@main with: diff --git a/.github/workflows/wrangler-action.yml b/.github/workflows/wrangler-action.yml index 33f9550..2fc89ba 100644 --- a/.github/workflows/wrangler-action.yml +++ b/.github/workflows/wrangler-action.yml @@ -24,7 +24,7 @@ jobs: environment: production if: github.repository == 'digital-clouds/space' steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4 - name: "🤠 Digital Space" uses: cloudflare/wrangler-action@ebbaa1584979971c8614a24965b4405ff95890e0 # v4.0.0 with: