Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2024
1 parent 79200c3 commit a79c52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871

- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@aca7b64a59c0063db8564e0ffdadd3887f1cbae5
Expand All @@ -21,7 +21,7 @@ jobs:
check-latest: true

- name: Cache Dependencies
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
uses: actions/cache@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1
with:
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit a79c52b

Please sign in to comment.