Skip to content

Commit

Permalink
chore(deps): update actions/cache digest to 0c907a7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and avdv committed Feb 19, 2025
1 parent 59c1c0e commit 90a9bd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Cache SBT
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
with:
path: |
~/.cache/coursier
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Cache SBT
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
with:
path: |
~/.cache/coursier
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
"( echo 'env<<EOF' ; zig env ; echo EOF ) >> '$GITHUB_OUTPUT'"
id: nix-zig
- name: Cache zig ${{ fromJson(steps.nix-zig.outputs.env).version }}
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
with:
path: |
${{ fromJson(steps.nix-zig.outputs.env).global_cache_dir }}
Expand Down

0 comments on commit 90a9bd6

Please sign in to comment.