Skip to content

Commit f53cced

Browse files
Upgrade: [dependabot] - bump actions/cache from 5.0.1 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 211f854 commit f53cced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-checks-devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- &cache_npm
5959
name: Cache npm dependencies
60-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
60+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
6161
with:
6262
path: ./node_modules
6363
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)