From 05f3f774131fd06d8d36eb00e9243017e0e2eab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 07:18:11 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/javascript.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index 525edd92d..18a9f1dce 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -23,7 +23,7 @@ jobs: node-version: "lts/iron" - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: npm-${{ hashFiles('benchexec/tablegenerator/react-table/package-lock.json') }} @@ -50,7 +50,7 @@ jobs: node-version: "lts/iron" - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: npm-${{ hashFiles('benchexec/tablegenerator/react-table/package-lock.json') }} @@ -77,7 +77,7 @@ jobs: node-version: "lts/iron" - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: npm-${{ hashFiles('benchexec/tablegenerator/react-table/package-lock.json') }}