check.yaml: bump actions/setup-go to v4

This commit is contained in:
K.B.Dharun Krishna 2023-04-28 12:00:02 +05:30 committed by João Oliveirinha
parent 110b2b4c80
commit 1f4511ca6e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code