[chore] Update workflows dependecies

This commit is contained in:
2024-03-23 17:44:20 +01:00
parent 0c14419e7e
commit 901345a337
2 changed files with 8 additions and 8 deletions

View File

@ -15,10 +15,10 @@ jobs:
matrix:
make: ["lint", "test"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
@ -33,11 +33,11 @@ jobs:
matrix:
goosarch: [linux-amd64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true