File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Set Node.js 20.x
24
- uses : actions/setup-node@v3
24
+ uses : actions/setup-node@v4
25
25
with :
26
26
node-version : 20.x
27
27
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ jobs:
36
36
contents : write
37
37
id-token : write
38
38
steps :
39
- - uses : actions/checkout@v3
39
+ - uses : actions/checkout@v4
40
40
with :
41
41
ref : ' main'
42
42
fetch-depth : 0
43
- - uses : actions/setup-node@v3
43
+ - uses : actions/setup-node@v4
44
44
with :
45
45
node-version : 20
46
46
- name : NPM Setup
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : Fetch PR metadata
21
21
id : metadata
22
- uses : dependabot/fetch-metadata@v1.6 .0
22
+ uses : dependabot/fetch-metadata@v2.2 .0
23
23
with :
24
24
github-token : ${{ secrets.GITHUB_TOKEN }}
25
25
You can’t perform that action at this time.
0 commit comments