File tree 6 files changed +13
-53
lines changed
6 files changed +13
-53
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 19
19
steps :
20
20
21
21
- name : Check out bugfix-2.0.x
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
with :
24
24
ref : bugfix-2.0.x
25
25
39
39
exit 0
40
40
41
41
- name : Check out bugfix-2.1.x
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
with :
44
44
ref : bugfix-2.1.x
45
45
Original file line number Diff line number Diff line change 32
32
- " Needs: Work"
33
33
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
- name : Remove Labels
37
37
uses : actions-ecosystem/action-remove-labels@v1
38
38
with :
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
19
19
steps :
20
- - uses : actions/stale@v8
20
+ - uses : actions/stale@v9
21
21
with :
22
22
repo-token : ${{ secrets.GITHUB_TOKEN }}
23
23
stale-issue-message : |
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
19
19
steps :
20
- - uses : dessant/lock-threads@v2
20
+ - uses : dessant/lock-threads@v5
21
21
with :
22
22
github-token : ${{ github.token }}
23
23
process-only : ' issues'
24
- issue-lock- inactive-days : ' 60'
25
- issue- exclude-created-before : ' '
26
- issue- exclude-labels : ' no-locking'
27
- issue-lock -labels : ' '
28
- issue-lock- comment : >
24
+ issue-inactive-days : ' 60'
25
+ exclude-issue -created-before : ' '
26
+ exclude-any-issue -labels : ' no-locking'
27
+ add-issue -labels : ' '
28
+ issue-comment : >
29
29
This issue has been automatically locked since there
30
30
has not been any recent activity after it was closed.
31
31
Please open a new issue for related bugs.
Original file line number Diff line number Diff line change @@ -152,21 +152,21 @@ jobs:
152
152
uses : actions/checkout@v4
153
153
154
154
- name : Cache pip
155
- uses : actions/cache@v3
155
+ uses : actions/cache@v4
156
156
with :
157
157
path : ~/.cache/pip
158
158
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
159
159
restore-keys : |
160
160
${{ runner.os }}-pip-
161
161
162
162
- name : Cache PlatformIO
163
- uses : actions/cache@v3
163
+ uses : actions/cache@v4
164
164
with :
165
165
path : ~/.platformio
166
166
key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
167
167
168
168
- name : Select Python 3.9
169
- uses : actions/setup-python@v4
169
+ uses : actions/setup-python@v5
170
170
with :
171
171
python-version : ' 3.9'
172
172
architecture : ' x64'
You can’t perform that action at this time.
0 commit comments