mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-09-14 08:58:54 +00:00
ci: Update versions of github actions
This patch updates the version of the github actions we use in our CI workflows. While they still run correctly, they're showing some warnings about being too out of date in the UI.
This commit is contained in:
@@ -14,8 +14,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
- uses: actions/checkout@v7
|
||||
- uses: actions/setup-go@v7
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
- name: normal tests
|
||||
@@ -27,8 +27,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
- uses: actions/checkout@v7
|
||||
- uses: actions/setup-go@v7
|
||||
with:
|
||||
go-version: "1.x"
|
||||
check-latest: true
|
||||
|
||||
Reference in New Issue
Block a user