@@ -16,10 +16,10 @@ jobs:
16
16
17
17
steps :
18
18
- name : Checkout this repository
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v4
20
20
21
21
- name : Checkout actions repository
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v4
23
23
with :
24
24
repository : Exabyte-io/actions
25
25
token : ${{ secrets.BOT_GITHUB_TOKEN }}
@@ -36,14 +36,14 @@ jobs:
36
36
if : github.repository != 'Exabyte-io/template-definitions'
37
37
strategy :
38
38
matrix :
39
- node-version : [12.x, 14.x, 16.x]
39
+ node-version : [12.x, 14.x, 16.x, 18.x ]
40
40
41
41
steps :
42
42
- name : Checkout this repository
43
- uses : actions/checkout@v2
43
+ uses : actions/checkout@v4
44
44
45
45
- name : Checkout actions repository
46
- uses : actions/checkout@v2
46
+ uses : actions/checkout@v4
47
47
with :
48
48
repository : Exabyte-io/actions
49
49
token : ${{ secrets.BOT_GITHUB_TOKEN }}
@@ -61,10 +61,10 @@ jobs:
61
61
62
62
steps :
63
63
- name : Checkout this repository
64
- uses : actions/checkout@v2
64
+ uses : actions/checkout@v4
65
65
66
66
- name : Checkout actions repository
67
- uses : actions/checkout@v2
67
+ uses : actions/checkout@v4
68
68
with :
69
69
repository : Exabyte-io/actions
70
70
token : ${{ secrets.BOT_GITHUB_TOKEN }}
0 commit comments