Skip to content

Commit

Permalink
ghactions: update actions
Browse files Browse the repository at this point in the history
we were stuck on old and deprecated v2 for no good reason.
Bump to v5 and get rid of the deprecation warnings.

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Apr 12, 2024
1 parent 4338381 commit 3ef5b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
code-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up golang
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.19

Expand Down

0 comments on commit 3ef5b03

Please sign in to comment.