Skip to content

Commit

Permalink
Upgrade checkout Github action (v3->v4) (#142)
Browse files Browse the repository at this point in the history
Resolves: #141

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi committed Feb 14, 2024
1 parent 819970c commit fbf1218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,23 @@ jobs:
matrix:
os:
- fedora:latest
- centos:7
- quay.io/centos/centos:stream8
- quay.io/centos/centos:stream9
- debian:testing
- debian:latest
- ubuntu:latest
- ubuntu:rolling
- ubuntu:lunar
- ubuntu:jammy
- ubuntu:focal
- ubuntu:bionic
stable: [true]
include:
- os: quay.io/fedora/fedora:rawhide
stable: false
- os: ubuntu:devel
stable: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Show OS information
run: cat /etc/os-release 2>/dev/null || \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os:
- ubuntu:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

0 comments on commit fbf1218

Please sign in to comment.