Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/follow-redirects-1.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jan 18, 2024
2 parents fb6b17f + ba6494f commit 774b1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Download any existing cache
id: yarn-cache
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
name: storybook-build
path: packages/web-components/storybook-static

- uses: actions/cache@v3
- uses: actions/cache@v4
name: Retrieve yarn cache
id: yarn-cache
with:
Expand Down

0 comments on commit 774b1a8

Please sign in to comment.