From 9876da7234f92340d70ec7d54f58d3104b30277e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 18:22:21 +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 5b350170ae4ef55b536b548ef5f5896e76a6b54f - [Release notes](https://github.com/useblacksmith/stickydisk/releases) - [Commits](https://github.com/useblacksmith/stickydisk/compare/4c034ba57b706cf0e3b4b0ce098c2a3b1071580c...5b350170ae4ef55b536b548ef5f5896e76a6b54f) Updates `useblacksmith/stickydisk` from 4c034ba57b706cf0e3b4b0ce098c2a3b1071580c to 5b350170ae4ef55b536b548ef5f5896e76a6b54f - [Release notes](https://github.com/useblacksmith/stickydisk/releases) - [Commits](https://github.com/useblacksmith/stickydisk/compare/4c034ba57b706cf0e3b4b0ce098c2a3b1071580c...5b350170ae4ef55b536b548ef5f5896e76a6b54f) --- updated-dependencies: - dependency-name: useblacksmith/stickydisk dependency-version: 5b350170ae4ef55b536b548ef5f5896e76a6b54f dependency-type: direct:production dependency-group: github-actions - dependency-name: useblacksmith/stickydisk dependency-version: 5b350170ae4ef55b536b548ef5f5896e76a6b54f 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..c40e338c2 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@5b350170ae4ef55b536b548ef5f5896e76a6b54f # 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@5b350170ae4ef55b536b548ef5f5896e76a6b54f # 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@5b350170ae4ef55b536b548ef5f5896e76a6b54f # 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@5b350170ae4ef55b536b548ef5f5896e76a6b54f # 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..88d358382 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@5b350170ae4ef55b536b548ef5f5896e76a6b54f # v1.4.0 with: key: ${{ github.repository }}-playwright-browsers-${{ runner.os }} path: ~/.cache/ms-playwright