chore: update actions version because node 16 is deprecated (#1650)

This commit is contained in:
Valentin Maerten
2024-05-16 03:59:23 +02:00
committed by GitHub
parent baa5e2c378
commit 30e9c7d4cd
4 changed files with 10 additions and 10 deletions

View File

@@ -18,13 +18,13 @@ jobs:
runs-on: ${{matrix.platform}}
steps:
- name: Set up Go ${{matrix.go-version}}
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{matrix.go-version}}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download Go modules
run: go mod download