1
0
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:
Alberto Bertogli
2026-08-30 11:34:14 +01:00
parent 2e8d422e1b
commit 33049893f0
4 changed files with 16 additions and 16 deletions
+4 -4
View File
@@ -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