Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 96b10e0

Browse files
chore(deps): bump actions/cache from 3 to 4 (#311)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e89a5e1 commit 96b10e0

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
shell: bash
5555
5656
- name: Set up cache
57-
uses: actions/cache@v3
57+
uses: actions/cache@v4
5858
env:
5959
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
6060
with:
@@ -114,7 +114,7 @@ jobs:
114114
shell: bash
115115
116116
- name: Set up cache
117-
uses: actions/cache@v3
117+
uses: actions/cache@v4
118118
env:
119119
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
120120
with:
@@ -173,7 +173,7 @@ jobs:
173173
shell: bash
174174

175175
- name: Set up cache
176-
uses: actions/cache@v3
176+
uses: actions/cache@v4
177177
env:
178178
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
179179
with:
@@ -228,7 +228,7 @@ jobs:
228228
shell: bash
229229
230230
- name: Set up cache
231-
uses: actions/cache@v3
231+
uses: actions/cache@v4
232232
env:
233233
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
234234
with:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
shell: bash
4242
4343
- name: Set up cache
44-
uses: actions/cache@v3
44+
uses: actions/cache@v4
4545
env:
4646
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
4747
with:
@@ -95,7 +95,7 @@ jobs:
9595
shell: bash
9696
9797
- name: Set up cache
98-
uses: actions/cache@v3
98+
uses: actions/cache@v4
9999
env:
100100
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
101101
with:
@@ -152,7 +152,7 @@ jobs:
152152
shell: bash
153153
154154
- name: Set up cache
155-
uses: actions/cache@v3
155+
uses: actions/cache@v4
156156
env:
157157
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
158158
with:

0 commit comments

Comments
 (0)