Skip to content

Commit ab0cdd9

Browse files
committed
Update GitHub actions
1 parent fb2ae6b commit ab0cdd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
image: mcr.microsoft.com/playwright:v1.58.0-noble
1616
options: --user 1001
1717
steps:
18-
- uses: actions/checkout@v6.0.1
18+
- uses: actions/checkout@v6.0.2
1919
- uses: actions/setup-node@v6.2.0
2020
with:
2121
node-version: lts/*

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v6.0.1
11+
uses: actions/checkout@v6.0.2
1212

1313
- name: Install pnpm
1414
uses: pnpm/action-setup@v4.2.0

.github/workflows/updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6.0.1
11+
- uses: actions/checkout@v6.0.2
1212
with:
1313
token: ${{ secrets.WORKFLOW_SECRET }} # Access token with `workflow` scope
1414

0 commit comments

Comments
 (0)