From 2e7fa6f9bc9ca14d6921e8c20d2b9d15f4a17a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 18:22:41 +0000 Subject: [PATCH] [ci]: Bump the github-actions group across 2 directories with 1 update Bumps the github-actions group with 1 update in the / directory: [useblacksmith/stickydisk](https://github.com/useblacksmith/stickydisk). Bumps the github-actions group with 1 update in the /.github/actions/setup directory: [useblacksmith/stickydisk](https://github.com/useblacksmith/stickydisk). Updates `useblacksmith/stickydisk` from 4c034ba57b706cf0e3b4b0ce098c2a3b1071580c to 6d373c96a74cbde0c99fedc5ea5d3a7ba66ba494 - [Release notes](https://github.com/useblacksmith/stickydisk/releases) - [Commits](https://github.com/useblacksmith/stickydisk/compare/4c034ba57b706cf0e3b4b0ce098c2a3b1071580c...6d373c96a74cbde0c99fedc5ea5d3a7ba66ba494) Updates `useblacksmith/stickydisk` from 4c034ba57b706cf0e3b4b0ce098c2a3b1071580c to 1.4.0 - [Release notes](https://github.com/useblacksmith/stickydisk/releases) - [Commits](https://github.com/useblacksmith/stickydisk/compare/4c034ba57b706cf0e3b4b0ce098c2a3b1071580c...6d373c96a74cbde0c99fedc5ea5d3a7ba66ba494) Updates `useblacksmith/stickydisk` from 4c034ba57b706cf0e3b4b0ce098c2a3b1071580c to 6d373c96a74cbde0c99fedc5ea5d3a7ba66ba494 - [Release notes](https://github.com/useblacksmith/stickydisk/releases) - [Commits](https://github.com/useblacksmith/stickydisk/compare/4c034ba57b706cf0e3b4b0ce098c2a3b1071580c...6d373c96a74cbde0c99fedc5ea5d3a7ba66ba494) Updates `useblacksmith/stickydisk` from 4c034ba57b706cf0e3b4b0ce098c2a3b1071580c to 1.4.0 - [Release notes](https://github.com/useblacksmith/stickydisk/releases) - [Commits](https://github.com/useblacksmith/stickydisk/compare/4c034ba57b706cf0e3b4b0ce098c2a3b1071580c...6d373c96a74cbde0c99fedc5ea5d3a7ba66ba494) --- updated-dependencies: - dependency-name: useblacksmith/stickydisk dependency-version: 6d373c96a74cbde0c99fedc5ea5d3a7ba66ba494 dependency-type: direct:production dependency-group: github-actions - dependency-name: useblacksmith/stickydisk dependency-version: 1.4.0 dependency-type: direct:production dependency-group: github-actions - dependency-name: useblacksmith/stickydisk dependency-version: 6d373c96a74cbde0c99fedc5ea5d3a7ba66ba494 dependency-type: direct:production dependency-group: github-actions - dependency-name: useblacksmith/stickydisk dependency-version: 1.4.0 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/actions/setup/action.yml | 8 ++++---- .github/workflows/ci.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index ad0ad1ca7..78b781138 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -12,13 +12,13 @@ runs: # Sticky disks restore in seconds and persist per-key across runs, which # is what makes moon's local cache behave like a warm remote cache in CI. - name: Mount proto toolchain cache - uses: useblacksmith/stickydisk@4c034ba57b706cf0e3b4b0ce098c2a3b1071580c # v1.4.0 + uses: useblacksmith/stickydisk@6d373c96a74cbde0c99fedc5ea5d3a7ba66ba494 # v1.4.0 with: key: ${{ github.repository }}-proto-${{ runner.os }} path: ~/.proto - name: Mount pnpm store cache - uses: useblacksmith/stickydisk@4c034ba57b706cf0e3b4b0ce098c2a3b1071580c # v1.4.0 + uses: useblacksmith/stickydisk@6d373c96a74cbde0c99fedc5ea5d3a7ba66ba494 # v1.4.0 with: key: ${{ github.repository }}-pnpm-store-${{ runner.os }} path: ~/.local/share/pnpm/store @@ -27,13 +27,13 @@ runs: # `hashes` and `outputs` as safe to share between environments, while # `states` holds machine-specific run state that must be rebuilt per run. - name: Mount moon hash cache - uses: useblacksmith/stickydisk@4c034ba57b706cf0e3b4b0ce098c2a3b1071580c # v1.4.0 + uses: useblacksmith/stickydisk@6d373c96a74cbde0c99fedc5ea5d3a7ba66ba494 # v1.4.0 with: key: ${{ github.repository }}-moon-hashes-${{ runner.os }} path: ${{ github.workspace }}/.moon/cache/hashes - name: Mount moon output cache - uses: useblacksmith/stickydisk@4c034ba57b706cf0e3b4b0ce098c2a3b1071580c # v1.4.0 + uses: useblacksmith/stickydisk@6d373c96a74cbde0c99fedc5ea5d3a7ba66ba494 # v1.4.0 with: key: ${{ github.repository }}-moon-outputs-${{ runner.os }} path: ${{ github.workspace }}/.moon/cache/outputs diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dac6a912e..e9abfea90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: uses: ./.github/actions/setup - name: Mount Playwright browsers - uses: useblacksmith/stickydisk@4c034ba57b706cf0e3b4b0ce098c2a3b1071580c # v1.4.0 + uses: useblacksmith/stickydisk@6d373c96a74cbde0c99fedc5ea5d3a7ba66ba494 # v1.4.0 with: key: ${{ github.repository }}-playwright-browsers-${{ runner.os }} path: ~/.cache/ms-playwright