Skip to content

Commit 3b75190

Browse files
authored
Merge pull request #2775 from pgoslatara/actup/update-actions-1768500660
docs: Update outdated GitHub Actions versions
2 parents cd7b927 + d8f6d6a commit 3b75190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414

1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v4
1717

1818
- name: Setup Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version: 22
2222
cache: pnpm

0 commit comments

Comments
 (0)