Skip to content

Commit 218f3c9

Browse files
Bump actions/cache from 4.2.4 to 4.3.0 (#51)
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@v4.2.4...v4.3.0) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 564c165 + 7c5411d commit 218f3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 1
3535
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
3636
- name: Cache go modules and build cache
37-
uses: actions/cache@v4.2.4
37+
uses: actions/cache@v4.3.0
3838
with:
3939
# In order:
4040
# * Module download cache

0 commit comments

Comments
 (0)