Skip to content

Commit 06acbf4

Browse files
dependabot[bot]PeterDaveHello
authored andcommitted
chore(deps): bump actions/cache from 5 to 6
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>
1 parent 87eb231 commit 06acbf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: echo "NODE_VERSION=$(node -p 'process.versions.node')" >> $GITHUB_ENV
3131
- run: npm ci
3232
- name: Cache Webpack filesystem cache
33-
uses: actions/cache@v5
33+
uses: actions/cache@v6
3434
with:
3535
path: |
3636
.cache/webpack

0 commit comments

Comments
 (0)