File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 28
28
echo "STRING_OF_PATHS_WE_CARE_ABOUT=${{ steps.changed-files.outputs.all_changed_files }}" >> $GITHUB_ENV
29
29
- name : Use Node.js
30
30
if : steps.changed-files.outputs.any_changed == 'true'
31
- uses : actions/setup-node@v4
31
+ uses : actions/setup-node@v5
32
32
with :
33
33
node-version : 18
34
34
cache : ' npm'
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v5
12
- - uses : actions/setup-node@v4
12
+ - uses : actions/setup-node@v5
13
13
with :
14
14
node-version : 18
15
15
cache : ' npm'
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- uses : actions/checkout@v5
34
- - uses : actions/setup-node@v4
34
+ - uses : actions/setup-node@v5
35
35
with :
36
36
node-version : 18
37
37
cache : ' npm'
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- uses : actions/checkout@v5
46
- - uses : actions/setup-node@v4
46
+ - uses : actions/setup-node@v5
47
47
with :
48
48
node-version : 18
49
49
cache : ' npm'
Original file line number Diff line number Diff line change 19
19
persist-credentials : false
20
20
21
21
- name : Set up Node.js
22
- uses : actions/setup-node@v4
22
+ uses : actions/setup-node@v5
23
23
with :
24
24
node-version : 18.x
25
25
cache : ' npm'
Original file line number Diff line number Diff line change 18
18
fetch-depth : 0
19
19
20
20
- name : Set up Node.js
21
- uses : actions/setup-node@v4
21
+ uses : actions/setup-node@v5
22
22
with :
23
23
node-version : 18.x
24
24
cache : ' npm'
43
43
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44
44
45
45
- name : Output candidate version number
46
- uses : actions/github-script@v7
46
+ uses : actions/github-script@v8
47
47
with :
48
48
script : |
49
49
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)
Original file line number Diff line number Diff line change 7
7
stale :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/stale@v9
10
+ - uses : actions/stale@v10
11
11
with :
12
12
13
13
# General settings
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
uses : actions/checkout@v5
20
20
21
21
- name : Set up Node.js
22
- uses : actions/setup-node@v4
22
+ uses : actions/setup-node@v5
23
23
with :
24
24
node-version : 18.x
25
25
cache : ' npm'
26
26
27
27
- name : Get or Create Comment
28
- uses : actions/github-script@v7
28
+ uses : actions/github-script@v8
29
29
with :
30
30
github-token : ${{ secrets.GITHUB_TOKEN }}
31
31
script : |
68
68
runs-on : ubuntu-latest
69
69
steps :
70
70
- uses : actions/checkout@v5
71
- - uses : actions/setup-node@v4
71
+ - uses : actions/setup-node@v5
72
72
with :
73
73
node-version : 18
74
74
cache : ' npm'
@@ -111,7 +111,7 @@ jobs:
111
111
name : Semantic Version Label
112
112
runs-on : ubuntu-latest
113
113
steps :
114
- - uses : actions/github-script@v7
114
+ - uses : actions/github-script@v8
115
115
id : version-result
116
116
with :
117
117
github-token : " ${{ secrets.GITHUB_TOKEN }}"
@@ -124,7 +124,7 @@ jobs:
124
124
return match[0][1]
125
125
}
126
126
127
- - uses : actions/github-script@v7
127
+ - uses : actions/github-script@v8
128
128
env :
129
129
RELEASE : ${{ steps.version-result.outputs.result }}
130
130
with :
You can’t perform that action at this time.
0 commit comments