Skip to content

Commit

Permalink
Update actions/cache in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody authored Jan 17, 2025
1 parent e2686b6 commit 0419720
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cypress-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cypress-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ember_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cypress-cache
with:
path: |
Expand Down

0 comments on commit 0419720

Please sign in to comment.