From d98027552a78a8a8345728b5b619820eb6e4c395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 00:04:50 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.2.2 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.2. - [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...de0fac2e4500dabe0009e67214ff5f5447ce83dd) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 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..a149d90a 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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..55b1230d 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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..6709de24 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 - name: "🤠 Digital Space" uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3 with: