From 58ca0463399d1665555ba8ddef1be9e1c484a13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 00:05:02 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.2.2 to 6.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.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/11bd71901bbe5b1630ceea73d27597364c9af683...8e8c483db84b4bee98b60c0593521ed34d9990e8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.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 0ad2004b..3aba5f8b 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4 - id: "auth" uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2 with: diff --git a/.github/workflows/rclone-action.yml b/.github/workflows/rclone-action.yml index 31c5afec..e1a6aca8 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 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 e0c7dd0e..0e8b39c5 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4 - name: "🤠 Digital Space" uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3 with: