Skip to content

Commit

Permalink
Upgrade checkout version (v3->v4) (#452)
Browse files Browse the repository at this point in the history
Upgrade version of checkout Github action
from v3 to v4, as v4 is based on Node20. As
ubuntu:bionic does not support this action,
it will be removed, as it has already reached
end of life

Resolves: #451

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored Feb 16, 2024
1 parent c03dbf3 commit ea7a8e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- debian:testing
- debian:latest
- ubuntu:rolling
- ubuntu:bionic
- ubuntu:latest
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 || echo /etc/os-release not available
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/differential-shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: running language tool
uses: reviewdog/action-languagetool@v1
with:
Expand Down

0 comments on commit ea7a8e1

Please sign in to comment.