Skip to content

Commit

Permalink
ci: bump actions/cache to non-deprecated version (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Jan 18, 2025
1 parent a1e131e commit 585429b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: '0 22 * * 3'

permissions:
contents: read
Expand All @@ -25,7 +27,7 @@ jobs:
node-version: lts/-1
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # tag: v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # tag: v4.2.0
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}-node-modules
Expand Down

0 comments on commit 585429b

Please sign in to comment.