Skip to content

Commit a574584

Browse files
committed
fix: use latest version
1 parent 9861eb1 commit a574584

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- uses: ./.github/workflows/actions/build
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@changesets/changelog-github": "^0.5.0",
5252
"@changesets/cli": "^2.27.1",
53-
"@playwright/test": "^1.34.3",
53+
"@playwright/test": "^1.50.0",
5454
"@stencil/sass": "^3.0.10",
5555
"@types/fs-extra": "^9.0.13",
5656
"@types/jest": "^27.5.2",

pnpm-lock.yaml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)