Skip to content

Commit ab4fbb6

Browse files
gha: bump actions/cache from 4.0.2 to 4.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...2cdf405) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65a8b5f commit ab4fbb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
# https://github.com/marketplace/actions/cache
8080
- name: Cache Go modules
81-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v2
81+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v2
8282
with:
8383
path: |
8484
~/.cache/go-build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
# https://github.com/marketplace/actions/cache
7979
- name: Cache Go modules
80-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v2
80+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v2
8181
with:
8282
path: |
8383
~/.cache/go-build

0 commit comments

Comments
 (0)