chore: update workflow action versions

This commit is contained in:
Ben McClelland
2024-04-04 14:11:38 -07:00
parent d7f1d56d9b
commit 7b5022d797
6 changed files with 27 additions and 18 deletions
+8 -6
View File
@@ -7,16 +7,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 'stable'
id: go
- name: "staticcheck"
uses: dominikh/staticcheck-action@v1.3.0
with:
install-go: false
uses: dominikh/staticcheck-action@v1
with:
version: "latest"