Skip to content

Commit f89c5ac

Browse files
build(deps): bump actions/cache from 5 to 6 (#126)
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 a9e9e1d commit f89c5ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
blend: plug_1_14
2929
steps:
3030
- uses: actions/checkout@v6
31-
- uses: actions/cache@v5
31+
- uses: actions/cache@v6
3232
if: ${{ ! matrix.lint }}
3333
with:
3434
path: |

0 commit comments

Comments
 (0)