Merge pull request #180 from spf13/dependabot/github_actions/actions/setup-go-4

Bump actions/setup-go from 3 to 4
This commit is contained in:
Márk Sági-Kazár 2023-08-04 11:04:28 +02:00 committed by GitHub
commit 235f028989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}