Commit 45f5ed0 1 parent 11f8d6e commit 45f5ed0 Copy full SHA for 45f5ed0
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ${{ matrix.os }}
24
24
name : Test Py ${{ matrix.python-version }} - ${{ matrix.os }}
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
- name : Set up Python
28
28
uses : actions/setup-python@v4
29
29
with :
@@ -60,10 +60,10 @@ jobs:
60
60
runs-on : ubuntu-latest
61
61
name : Test Py 3.7 - arm-debian-buster
62
62
steps :
63
- - uses : actions/checkout@v3
63
+ - uses : actions/checkout@v4
64
64
- name : Set up QEMU
65
65
id : qemu
66
- uses : docker/setup-qemu-action@v2
66
+ uses : docker/setup-qemu-action@v3
67
67
with :
68
68
image : tonistiigi/binfmt:latest
69
69
platforms : ' linux/arm64,linux/arm/v7,linux/arm/v6'
@@ -100,7 +100,7 @@ jobs:
100
100
runs-on : ubuntu-latest
101
101
strategy :
102
102
matrix :
103
- docker-tag : ['stretch-2018-03-13', ' buster-2021-05-28', 'buster-legacy-2022-04-07']
103
+ docker-tag : ['buster-2021-05-28', 'buster-legacy-2022-04-07']
104
104
fail-fast : false
105
105
services :
106
106
rpios :
You can’t perform that action at this time.
0 commit comments