Skip to content

Commit

Permalink
Update action dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Apr 13, 2022
1 parent 383b8ed commit dedcf51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/node_modules
key: cache-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit dedcf51

Please sign in to comment.