Skip to content

Commit ba44f77

Browse files
committed
bump gha versions
1 parent 1a95ec8 commit ba44f77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout branch
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v6
2424
with:
2525
path: ${{ github.repository }}
2626

@@ -42,10 +42,10 @@ jobs:
4242
node-version: [16, 18, 20, 22, 24]
4343
steps:
4444
- name: Checkout branch
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v6
4646

4747
- name: Setup Node
48-
uses: actions/setup-node@v3
48+
uses: actions/setup-node@v6
4949
with:
5050
node-version: ${{ matrix.node-version }}
5151

@@ -72,12 +72,12 @@ jobs:
7272
steps:
7373
# checkout tag
7474
- name: Checkout code
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@v6
7676
with:
7777
fetch-depth: 0
7878

7979
- name: Setup Node.js
80-
uses: actions/setup-node@v4
80+
uses: actions/setup-node@v6
8181
with:
8282
node-version: 20.9.0
8383
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)