Skip to content

Commit

Permalink
chore: update all github actions to newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Sep 25, 2023
1 parent f22ae4b commit 71cbad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 3

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/.cache/yarn
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 71cbad4

Please sign in to comment.