Skip to content

Commit e473d7c

Browse files
Bump actions/cache from 4.0.0 to 4.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@13aacd8...ab5e6d0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90e16ce commit e473d7c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cache-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Cache Go modules
13-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 #v4.0.0
13+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
1414
with:
1515
path: |
1616
~/.cache/go-build/

.github/workflows/release-candidate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
token: ${{ secrets.EKSCTLBOT_TOKEN }}
1616
fetch-depth: 0
1717
- name: Cache go-build and mod
18-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 #v4.0.0
18+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
1919
with:
2020
path: |
2121
~/.cache/go-build/

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
token: ${{ secrets.EKSCTLBOT_TOKEN }}
1616
fetch-depth: 0
1717
- name: Cache go-build and mod
18-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 #v4.0.0
18+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
1919
with:
2020
path: |
2121
~/.cache/go-build/

.github/workflows/update-generated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
token: "${{ secrets.EKSCTLBOT_TOKEN }}"
4242
- name: Cache go-build and mod
43-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 #v4.0.0
43+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
4444
with:
4545
path: |
4646
~/.cache/go-build/

0 commit comments

Comments
 (0)