Skip to content

Commit

Permalink
chore: update actions/cache action to v4.2.0 (#9926)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Dec 5, 2024
1 parent 5b883d4 commit 5e2a241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npx nx build demo # Don't use prerender please, because it's flaky for e2e

- name: Upload cache / ${{ env.CACHE_DIST_KEY }}
uses: actions/cache/save@v4.1.2
uses: actions/cache/save@v4.2.0
with:
path: dist/demo
key: ${{ env.CACHE_DIST_KEY }}
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
run: |
echo "PLAYWRIGHT_VERSION=$(node -p 'require("./projects/demo-playwright/package.json").devDependencies["@playwright/test"]')" >> $GITHUB_ENV
- uses: actions/cache/restore@v4.1.2
- uses: actions/cache/restore@v4.2.0
id: playwright-cache
with:
path: |
Expand All @@ -133,7 +133,7 @@ jobs:
if: steps.playwright-cache.outputs.cache-hit != 'true'

- name: Download cache / ${{ env.CACHE_DIST_KEY }}
uses: actions/cache/restore@v4.1.2
uses: actions/cache/restore@v4.2.0
with:
path: dist/demo
key: ${{ env.CACHE_DIST_KEY }}
Expand Down

0 comments on commit 5e2a241

Please sign in to comment.