Skip to content

Commit a8f4fcc

Browse files
chore(deps): update actions/cache digest to 5a3ec84
1 parent 7636cf0 commit a8f4fcc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run benchmarks
2525
run: make benchmark | tee output.txt
2626
- name: Download previous benchmark data
27-
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
27+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2828
with:
2929
path: ./benchmarks
3030
# `github.event.before` means the commit before the push (i.e. the previous commit).
@@ -44,7 +44,7 @@ jobs:
4444
# Add benchmark summary to GitHub workflow run report
4545
summary-always: true
4646
- name: Save benchmark data
47-
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
47+
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4
4848
# The cache will be saved even if a step fails.
4949
if: always()
5050
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
check-latest: true
3131
cache-dependency-path: "**/go.sum"
3232
- name: Tools cache
33-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
33+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3434
env:
3535
cache-name: go-tools-cache
3636
with:

.github/workflows/links-fail-fast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919

2020
- name: Restore lychee cache
21-
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
21+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2222
id: cache-restore
2323
with:
2424
path: .lycheecache
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Save lychee cache
3737
if: always()
38-
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
38+
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3939
with:
4040
path: .lycheecache
4141
key: ${{ steps.cache-restore.outputs.cache-primary-key }}

.github/workflows/links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222

2323
- name: Restore lychee cache
24-
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
24+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2525
id: cache-restore
2626
with:
2727
path: .lycheecache
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Save lychee cache
4040
if: always()
41-
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
41+
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4
4242
with:
4343
path: .lycheecache
4444
key: ${{ steps.cache-restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)