Skip to content

Commit

Permalink
Merge pull request #50 from upsetjs/dependabot/github_actions/develop…
Browse files Browse the repository at this point in the history
…/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
sgratzl authored Jan 20, 2024
2 parents 6a1fa1d + c75d4e0 commit 9880781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- run: npm i -g yarn
- run: yarn config set checksumBehavior ignore
- name: Cache Node.js modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./.yarn/cache
Expand Down

0 comments on commit 9880781

Please sign in to comment.