We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749bfd5 commit 916297dCopy full SHA for 916297d
.github/workflows/valider-pull-request.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
timeout-minutes: 30
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
with:
11
fetch-depth: 0
12
@@ -18,7 +18,7 @@ jobs:
18
env:
19
NPM_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
20
21
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
22
23
node-version: 22.17.1
24
cache: 'yarn'
@@ -49,7 +49,7 @@ jobs:
49
contents: read
50
pull-requests: write
51
52
53
54
55
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
0 commit comments