-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies
- Loading branch information
1 parent
c2e0001
commit d91a3a2
Showing
3 changed files
with
600 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
|
||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/cache@v4.1.2 | ||
- uses: actions/cache@v4.2.0 | ||
with: | ||
path: /home/runner/.local/share/pnpm/store | ||
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} | ||
|
@@ -71,7 +71,7 @@ jobs: | |
- name: Run e2e tests | ||
run: pnpm test:ci-e2e | ||
|
||
- uses: actions/upload-artifact@v4.4.3 | ||
- uses: actions/upload-artifact@v4.5.0 | ||
if: always() | ||
with: | ||
name: playwright-report | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.