Skip to content

Commit 78d06a6

Browse files
chore(deps): bump actions/cache from 3 to 4 (#127)
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> Co-authored-by: Oleg Balunenko <oleg.balunenko@gmail.com>
1 parent 426c0ae commit 78d06a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
shell: bash
6161
6262
- name: Set up cache
63-
uses: actions/cache@v3
63+
uses: actions/cache@v4
6464
env:
6565
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
6666
with:
@@ -107,7 +107,7 @@ jobs:
107107
shell: bash
108108
109109
- name: Set up cache
110-
uses: actions/cache@v3
110+
uses: actions/cache@v4
111111
env:
112112
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
113113
with:
@@ -158,7 +158,7 @@ jobs:
158158
shell: bash
159159

160160
- name: Set up cache
161-
uses: actions/cache@v3
161+
uses: actions/cache@v4
162162
env:
163163
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
164164
with:
@@ -205,7 +205,7 @@ jobs:
205205
shell: bash
206206
207207
- name: Set up cache
208-
uses: actions/cache@v3
208+
uses: actions/cache@v4
209209
env:
210210
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
211211
with:

0 commit comments

Comments
 (0)