27
27
with :
28
28
persist-credentials : false
29
29
- name : Use Node.js ${{ env.NODE_VERSION }}
30
- uses : actions/setup-node@v2
30
+ uses : actions/setup-node@v3
31
31
with :
32
32
node-version : ${{ env.NODE_VERSION }}
33
33
- name : Environment Information
@@ -38,11 +38,11 @@ jobs:
38
38
if : github.event.pull_request.draft == false
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v3
42
42
with :
43
43
persist-credentials : false
44
44
- name : Set up Python ${{ env.PYTHON_VERSION }}
45
- uses : actions/setup-python@v2
45
+ uses : actions/setup-python@v3
46
46
with :
47
47
python-version : ${{ env.PYTHON_VERSION }}
48
48
- name : Environment Information
@@ -53,11 +53,11 @@ jobs:
53
53
if : github.event.pull_request.draft == false
54
54
runs-on : ubuntu-latest
55
55
steps :
56
- - uses : actions/checkout@v2
56
+ - uses : actions/checkout@v3
57
57
with :
58
58
persist-credentials : false
59
59
- name : Use Node.js ${{ env.NODE_VERSION }}
60
- uses : actions/setup-node@v2
60
+ uses : actions/setup-node@v3
61
61
with :
62
62
node-version : ${{ env.NODE_VERSION }}
63
63
- name : Environment Information
@@ -77,11 +77,11 @@ jobs:
77
77
if : github.event.pull_request.draft == false
78
78
runs-on : ubuntu-latest
79
79
steps :
80
- - uses : actions/checkout@v2
80
+ - uses : actions/checkout@v3
81
81
with :
82
82
persist-credentials : false
83
83
- name : Use Node.js ${{ env.NODE_VERSION }}
84
- uses : actions/setup-node@v2
84
+ uses : actions/setup-node@v3
85
85
with :
86
86
node-version : ${{ env.NODE_VERSION }}
87
87
- name : Environment Information
@@ -92,11 +92,11 @@ jobs:
92
92
if : github.event.pull_request.draft == false
93
93
runs-on : ubuntu-latest
94
94
steps :
95
- - uses : actions/checkout@v2
95
+ - uses : actions/checkout@v3
96
96
with :
97
97
persist-credentials : false
98
98
- name : Set up Python ${{ env.PYTHON_VERSION }}
99
- uses : actions/setup-python@v2
99
+ uses : actions/setup-python@v3
100
100
with :
101
101
python-version : ${{ env.PYTHON_VERSION }}
102
102
- name : Environment Information
@@ -109,11 +109,11 @@ jobs:
109
109
if : github.event.pull_request.draft == false
110
110
runs-on : ubuntu-latest
111
111
steps :
112
- - uses : actions/checkout@v2
112
+ - uses : actions/checkout@v3
113
113
with :
114
114
persist-credentials : false
115
115
- name : Use Python ${{ env.PYTHON_VERSION }}
116
- uses : actions/setup-python@v2
116
+ uses : actions/setup-python@v3
117
117
with :
118
118
python-version : ${{ env.PYTHON_VERSION }}
119
119
- name : Environment Information
@@ -127,7 +127,7 @@ jobs:
127
127
if : github.event.pull_request.draft == false
128
128
runs-on : ubuntu-latest
129
129
steps :
130
- - uses : actions/checkout@v2
130
+ - uses : actions/checkout@v3
131
131
with :
132
132
persist-credentials : false
133
133
- run : shellcheck -V
@@ -137,7 +137,7 @@ jobs:
137
137
if : github.event.pull_request.draft == false
138
138
runs-on : ubuntu-latest
139
139
steps :
140
- - uses : actions/checkout@v2
140
+ - uses : actions/checkout@v3
141
141
with :
142
142
persist-credentials : false
143
143
-
uses :
mszostok/[email protected]
@@ -147,7 +147,7 @@ jobs:
147
147
if : ${{ github.event.pull_request }}
148
148
runs-on : ubuntu-latest
149
149
steps :
150
- - uses : actions/checkout@v2
150
+ - uses : actions/checkout@v3
151
151
with :
152
152
fetch-depth : 2
153
153
persist-credentials : false
0 commit comments