Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#117)
Browse files Browse the repository at this point in the history
Category: none
  • Loading branch information
dependabot[bot] authored Apr 6, 2024
1 parent e32b8d9 commit 26500dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Cache dependents
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependents
key: ${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('test/dependents.js') }}
Expand Down

0 comments on commit 26500dd

Please sign in to comment.