Skip to content

Commit 58c977d

Browse files
Bump actions/cache from 4.0.1 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@ab5e6d0...0c45773) --- 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 025550a commit 58c977d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cache-dependencies.yaml

+1-1
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@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
13+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2
1414
with:
1515
path: |
1616
~/.cache/go-build/

.github/workflows/release-candidate.yaml

+1-1
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@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
18+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2
1919
with:
2020
path: |
2121
~/.cache/go-build/

.github/workflows/release.yaml

+1-1
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@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
18+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2
1919
with:
2020
path: |
2121
~/.cache/go-build/

.github/workflows/update-generated.yaml

+1-1
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@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
43+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2
4444
with:
4545
path: |
4646
~/.cache/go-build/

0 commit comments

Comments
 (0)