Skip to content

Commit 916297d

Browse files
authored
oppgrader actions/setup-node@v6 og actions/checkout@v5 (#3906)
oppgrader actions/checkout@v5 og actions/setup-node@v6 i GHA
1 parent 749bfd5 commit 916297d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/valider-pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
timeout-minutes: 30
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
with:
1111
fetch-depth: 0
1212

@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
NPM_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
2020

21-
- uses: actions/setup-node@v4
21+
- uses: actions/setup-node@v6
2222
with:
2323
node-version: 22.17.1
2424
cache: 'yarn'
@@ -49,7 +49,7 @@ jobs:
4949
contents: read
5050
pull-requests: write
5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353
with:
5454
fetch-depth: 0
5555

@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
NPM_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
6363

64-
- uses: actions/setup-node@v4
64+
- uses: actions/setup-node@v6
6565
with:
6666
node-version: 22.17.1
6767
cache: 'yarn'

0 commit comments

Comments
 (0)