ci: update version of steps
All checks were successful
Gitea Build Check / Build (push) Successful in 11m7s
All checks were successful
Gitea Build Check / Build (push) Successful in 11m7s
Signed-off-by: SoXX <soxx@fenpa.ws>
This commit is contained in:
parent
f34cc637ec
commit
c246f661ff
@ -11,12 +11,12 @@ jobs:
|
|||||||
Build:
|
Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||||
|
|
||||||
- name: Setup Go environment
|
- name: Setup Go environment
|
||||||
uses: https://github.com/actions/setup-go@v3
|
uses: https://github.com/actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
# The Go version to download (if necessary) and use. Supports semver spec and ranges.
|
# The Go version to download (if necessary) and use. Supports semver spec and ranges.
|
||||||
go-version: 1.22.0 # optional
|
go-version: 1.22.0 # optional
|
||||||
|
Reference in New Issue
Block a user