Skip to content

Commit ff4c8ba

Browse files
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 aec3280 commit ff4c8ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CIBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
node-version: '24'
4242

4343
- name: Cache npm dependencies
44-
uses: actions/cache@v5
44+
uses: actions/cache@v6
4545
with:
4646
path: AutomationTestSample/ClientApp/node_modules
4747
key: npm-${{ hashFiles('AutomationTestSample/ClientApp/package-lock.json') }}

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
5959
# queries: security-extended,security-and-quality
6060
- name: Cache npm dependencies
61-
uses: actions/cache@v5
61+
uses: actions/cache@v6
6262
with:
6363
path: AutomationTestSample/ClientApp/node_modules
6464
key: npm-${{ hashFiles('AutomationTestSample/ClientApp/package-lock.json') }}

0 commit comments

Comments
 (0)