Skip to content

Commit

Permalink
Upgrade checkout Github action (v3->v4)
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 7c4c308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
matrix:
os:
- fedora:latest
- centos:7
- quay.io/centos/centos:stream8
- quay.io/centos/centos:stream9
- debian:testing
Expand All @@ -34,7 +33,7 @@ jobs:
- 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 7c4c308

Please sign in to comment.