1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-07-04 12:03:41 +02:00

.github/workflows/test.yml: update actions

This commit is contained in:
Henrik Hautakoski 2024-02-18 19:57:03 +01:00
parent 432dfab410
commit 53c7053177

View file

@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Test (go v${{ matrix.go-version }}) name: Test (go v${{ matrix.go-version }})
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v5
with: with:
go-version: ${{ matrix.go-version }} go-version: ${{ matrix.go-version }}