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 40853c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 40853c1

Please sign in to comment.