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
+3 -3
View File
@@ -7,11 +7,11 @@ 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
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 'stable'
id: go