Skip to content

Commit

Permalink
[skip]Fixed deprecated workflow directive(5m)
Browse files Browse the repository at this point in the history
  • Loading branch information
theghall committed Feb 11, 2025
1 parent f4a6862 commit 664e400
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 @@ -24,7 +24,7 @@ jobs:

- name: Cache dependencies
id: cache-dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Cache dependencies
id: cache-dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit 664e400

Please sign in to comment.