ci: update GitHub checkout and setup-go actions to v4 (#4067)

This commit is contained in:
Marten Seemann
2023-09-05 17:47:05 +07:00
committed by GitHub
parent 96b1943cf5
commit 591d864e5e
6 changed files with 13 additions and 13 deletions

View File

@@ -8,8 +8,8 @@ jobs:
runs-on: ${{ fromJSON(vars['CROSS_COMPILE_RUNNER_UBUNTU'] || '"ubuntu-latest"') }}
name: "Cross Compilation (Go ${{matrix.go}})"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Install build utils