Skip to content

Commit 911d15b

Browse files
committed
Update archive.yml
1 parent fa97fff commit 911d15b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/archive.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Set up Node.js
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: 23
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@v3
24+
uses: pnpm/action-setup@v4
2525
with:
2626
version: 10
2727

@@ -39,7 +39,7 @@ jobs:
3939
run: echo "PLAYWRIGHT_VERSION=$(jq -r '.dependencies.playwright' package.json)" >> $GITHUB_ENV
4040

4141
- name: Cache Playwright executables
42-
uses: actions/cache@v3
42+
uses: actions/cache@v4
4343
with:
4444
path: ~/.cache/ms-playwright
4545
key: playwright-${{ env.PLAYWRIGHT_VERSION }}

0 commit comments

Comments
 (0)