We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac98fd commit e3a7153Copy full SHA for e3a7153
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9
32
33
- name: Set up Go cache
34
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
35
with:
36
path: |
37
~/.cache/go-build
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
0 commit comments