Skip to content

Commit a3a3c94

Browse files
build(deps): bump actions/cache from 4.1.1 to 4.1.2 (#624)
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@3624ceb...6849a64) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43ec7b8 commit a3a3c94

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@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8
3232

3333
- name: Set up Go cache
34-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
34+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
3535
with:
3636
path: |
3737
~/.cache/go-build
@@ -64,7 +64,7 @@ jobs:
6464
uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8
6565

6666
- name: Set up Go cache
67-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
67+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
6868
with:
6969
path: |
7070
~/.cache/go-build
@@ -97,7 +97,7 @@ jobs:
9797
uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8
9898

9999
- name: Set up Go cache
100-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
100+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
101101
with:
102102
path: |
103103
~/.cache/go-build
@@ -130,7 +130,7 @@ jobs:
130130
uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8
131131

132132
- name: Set up Go cache
133-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
133+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
143+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
144144
with:
145145
path: .licensei.cache
146146
key: licensei-v1-${{ github.ref_name }}-${{ hashFiles('go.sum') }}

0 commit comments

Comments
 (0)