Skip to content

Commit db407bd

Browse files
committed
Upgrade checkout Github action (v3->v4)
Resolves: #141 Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent 819970c commit db407bd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,23 @@ jobs:
1717
matrix:
1818
os:
1919
- fedora:latest
20-
- centos:7
2120
- quay.io/centos/centos:stream8
2221
- quay.io/centos/centos:stream9
2322
- debian:testing
2423
- debian:latest
24+
- ubuntu:latest
2525
- ubuntu:rolling
2626
- ubuntu:lunar
2727
- ubuntu:jammy
2828
- ubuntu:focal
29-
- ubuntu:bionic
3029
stable: [true]
3130
include:
3231
- os: quay.io/fedora/fedora:rawhide
3332
stable: false
3433
- os: ubuntu:devel
3534
stable: false
3635
steps:
37-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3837

3938
- name: Show OS information
4039
run: cat /etc/os-release 2>/dev/null || \

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os:
1818
- ubuntu:latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
- name: Show OS information
2323
run: cat /etc/os-release 2>/dev/null || echo /etc/os-release not available

0 commit comments

Comments
 (0)