Skip to content

Commit

Permalink
Merge pull request #1012 from sosy-lab/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
PhilippWendler authored Mar 7, 2024
2 parents dc4a316 + 05f3f77 commit 68de15e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand All @@ -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') }}
Expand All @@ -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') }}
Expand Down

0 comments on commit 68de15e

Please sign in to comment.