Skip to content

Commit 2a6aff4

Browse files
dependabot[bot]mpminardi
authored andcommitted
build(deps): bump actions/cache from 4.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9a75a1 commit 2a6aff4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT
2525
2626
- name: Set up cache
27-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
27+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2828
with:
2929
path: |
3030
${{ steps.cache.outputs.build }}
@@ -54,7 +54,7 @@ jobs:
5454
echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT
5555
5656
- name: Set up cache
57-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
57+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5858
with:
5959
path: |
6060
${{ steps.cache.outputs.build }}
@@ -89,7 +89,7 @@ jobs:
8989
echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT
9090
9191
- name: Set up cache
92-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
92+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9393
with:
9494
path: |
9595
${{ steps.cache.outputs.build }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT
2929
3030
- name: Set up cache
31-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
31+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3232
with:
3333
path: |
3434
${{ steps.cache.outputs.build }}

0 commit comments

Comments
 (0)