workflows/test: Bump version of setup & checkout actions

This will correct the following warning:
"Node.js 16 actions are deprecated."
This commit is contained in:
Jöran Karl 2024-06-17 10:57:59 +02:00
parent 57375e0732
commit f475220e67

View File

@ -8,10 +8,10 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: |