File tree 5 files changed +2150
-2179
lines changed
5 files changed +2150
-2179
lines changed Original file line number Diff line number Diff line change 13
13
name : Automated release
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/create-github-app-token@v1
16
+ - uses : actions/create-github-app-token@v2
17
17
id : app-token
18
18
with :
19
19
app-id : ${{ vars.BOT_APP_ID }}
27
27
- name : Use Node.js 20.x
28
28
uses : actions/setup-node@v4
29
29
with :
30
- node-version : 20 .x
30
+ node-version : 22 .x
31
31
- name : Update simple-icons
32
32
id : update
33
33
run : |
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
name : Publish Website
10
10
steps :
11
- - uses : actions/create-github-app-token@v1
11
+ - uses : actions/create-github-app-token@v2
12
12
id : app-token
13
13
with :
14
14
app-id : ${{ vars.BOT_APP_ID }}
20
20
- name : Use Node.js 20.x
21
21
uses : actions/setup-node@v4
22
22
with :
23
- node-version : 20 .x
23
+ node-version : 22 .x
24
24
- name : Cache dependencies
25
25
uses : actions/cache@v4
26
26
with :
Original file line number Diff line number Diff line change 15
15
- name : Use Node.js 20.x
16
16
uses : actions/setup-node@v4
17
17
with :
18
- node-version : 20 .x
18
+ node-version : 22 .x
19
19
- name : Cache dependencies
20
20
uses : actions/cache@v4
21
21
with :
43
43
- name : Use Node.js 20.x
44
44
uses : actions/setup-node@v4
45
45
with :
46
- node-version : 20 .x
46
+ node-version : 22 .x
47
47
- name : Cache dependencies
48
48
uses : actions/cache@v4
49
49
with :
65
65
- name : Use Node.js 20.x
66
66
uses : actions/setup-node@v4
67
67
with :
68
- node-version : 20 .x
68
+ node-version : 22 .x
69
69
- name : Cache dependencies
70
70
uses : actions/cache@v4
71
71
with :
You can’t perform that action at this time.
0 commit comments