Skip to content

Commit 43fc1bb

Browse files
build(deps): bump actions/cache from 5 to 6 (#1117)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae55fd3 commit 43fc1bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
google-chrome --version || chromium --version || true
2727
2828
- name: Cache npm
29-
uses: actions/cache@v5
29+
uses: actions/cache@v6
3030
with:
3131
path: |
3232
cmd/mdl/webapp/node_modules
@@ -43,7 +43,7 @@ jobs:
4343
make depend
4444
4545
- name: Go mod cache
46-
uses: actions/cache@v5
46+
uses: actions/cache@v6
4747
with:
4848
path: |
4949
~/go/pkg/mod

0 commit comments

Comments
 (0)