We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c404c commit 9ee2393Copy full SHA for 9ee2393
.github/workflows/build.yaml
@@ -19,14 +19,14 @@ jobs:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
21
- name: Cache dependencies
22
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
23
with:
24
path: ~/.stack
25
key: stack-${{ hashFiles('package.yaml', 'stack.yaml') }}
26
restore-keys: stack-
27
28
- name: Cache build artifacts
29
30
31
path: .stack-work
32
key: build-${{ hashFiles('app/**', 'src/**', 'test/**') }}
0 commit comments