Skip to content

Commit

Permalink
Bump actions/cache from 2 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jun 5, 2022
1 parent 6db3279 commit b660779
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@v3
- name: Cache dependents
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: dependents
key: ${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('test/dependents.js') }}
Expand Down

0 comments on commit b660779

Please sign in to comment.