We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819970c commit 7c4c308Copy full SHA for 7c4c308
.github/workflows/build.yml
@@ -17,7 +17,6 @@ jobs:
17
matrix:
18
os:
19
- fedora:latest
20
- - centos:7
21
- quay.io/centos/centos:stream8
22
- quay.io/centos/centos:stream9
23
- debian:testing
@@ -34,7 +33,7 @@ jobs:
34
33
- os: ubuntu:devel
35
stable: false
36
steps:
37
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
38
39
- name: Show OS information
40
run: cat /etc/os-release 2>/dev/null || \
.github/workflows/coverage.yml
@@ -17,7 +17,7 @@ jobs:
- ubuntu:latest
run: cat /etc/os-release 2>/dev/null || echo /etc/os-release not available
0 commit comments