File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
name : Update master JSON file
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
submodules : true
15
15
- name : Cache pip
16
- uses : actions/cache@v3
16
+ uses : actions/cache@v4
17
17
with :
18
18
path : ~/.cache/pip
19
19
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
20
20
restore-keys : |
21
21
${{ runner.os }}-pip-
22
- - uses : actions/setup-python@v4
22
+ - uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ' 3.x'
25
25
# - name: Cache PlatformIO
26
- # uses: actions/cache@v3
26
+ # uses: actions/cache@v4
27
27
# with:
28
28
# path: ~/.platformio
29
29
# key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
name : Package
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
submodules : true
21
21
fetch-depth : 0
22
- - uses : actions/setup-python@v4
22
+ - uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ' 3.x'
25
25
- name : Build package JSON
<
2E2B
/rect>
You can’t perform that action at this time.
0 commit comments