Skip to content

Commit b99eb50

Browse files
build(deps): bump actions/cache from 4.2.0 to 4.2.1 (#651)
1 parent 42105db commit b99eb50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9
3232

3333
- name: Set up Go cache
34-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
34+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
3535
with:
3636
path: |
3737
~/.cache/go-build
@@ -64,7 +64,7 @@ jobs:
6464
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9
6565

6666
- name: Set up Go cache
67-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
67+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
6868
with:
6969
path: |
7070
~/.cache/go-build
@@ -97,7 +97,7 @@ jobs:
9797
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9
9898

9999
- name: Set up Go cache
100-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
100+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
101101
with:
102102
path: |
103103
~/.cache/go-build
@@ -130,7 +130,7 @@ jobs:
130130
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9
131131

132132
- name: Set up Go cache
133-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
133+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
134134
with:
135135
path: |
136136
~/.cache/go-build
@@ -140,7 +140,7 @@ jobs:
140140
${{ github.job }}-${{ runner.os }}-go-
141141
142142
- name: Cache license information
143-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
143+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
144144
with:
145145
path: .licensei.cache
146146
key: licensei-v1-${{ github.ref_name }}-${{ hashFiles('go.sum') }}

0 commit comments

Comments
 (0)