diff options
| author | Alex Flint <[email protected]> | 2024-06-30 10:35:08 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-30 10:35:08 -0400 |
| commit | 67353a8bcf2a2c30623e68eaf50075b7a6fcf1a8 (patch) | |
| tree | 45076407089ac2120d9d470b223006b96ed674de | |
| parent | af368523db2abaf14f899e39691b9dcd7c49fe77 (diff) | |
Update version of github actions
| -rw-r--r-- | .github/workflows/go.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d1e4e77..58e0c0e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,12 +20,12 @@ jobs: steps: - id: go name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build run: go build -v . |
