File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
architecture : ' x64'
18
18
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Black Code Formatter
23
23
run : |
Original file line number Diff line number Diff line change 17
17
architecture : ' x64'
18
18
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Build
23
23
shell : bash
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Set up Python
23
23
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Set up QEMU
20
20
if : runner.os == 'Linux'
21
- uses : docker/setup-qemu-action@v1
21
+ uses : docker/setup-qemu-action@v3
22
22
with :
23
23
platforms : arm64
24
24
You can’t perform that action at this time.
0 commit comments