Skip to content

Commit 45f5ed0

Browse files
authored
CI: Upgrade versions of GitHub Actions (#2474)
* Testing: Upgrade GitHub Actions * Remove 'stretch-2018-03-13' * Remove the failing 'stretch-2018-03-13'
1 parent 11f8d6e commit 45f5ed0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424
name: Test Py ${{ matrix.python-version }} - ${{ matrix.os }}
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- name: Set up Python
2828
uses: actions/setup-python@v4
2929
with:
@@ -60,10 +60,10 @@ jobs:
6060
runs-on: ubuntu-latest
6161
name: Test Py 3.7 - arm-debian-buster
6262
steps:
63-
- uses: actions/checkout@v3
63+
- uses: actions/checkout@v4
6464
- name: Set up QEMU
6565
id: qemu
66-
uses: docker/setup-qemu-action@v2
66+
uses: docker/setup-qemu-action@v3
6767
with:
6868
image: tonistiigi/binfmt:latest
6969
platforms: 'linux/arm64,linux/arm/v7,linux/arm/v6'
@@ -100,7 +100,7 @@ jobs:
100100
runs-on: ubuntu-latest
101101
strategy:
102102
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']
104104
fail-fast: false
105105
services:
106106
rpios:

0 commit comments

Comments
 (0)