Skip to content

Commit

Permalink
Merge pull request #155 from cph/github-workflow-woes
Browse files Browse the repository at this point in the history
Fixed deprecated workflow directive
  • Loading branch information
theghall authored Feb 11, 2025
2 parents f4a6862 + 664e400 commit 6fd4a52
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 6fd4a52

Please sign in to comment.