Skip to content

Commit 2c066d6

Browse files
committed
Managed by Terraform: Update go-test-windows.yml GitHub workflow
1 parent 4cd33eb commit 2c066d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-test-windows.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
outputs:
2424
go-version: ${{ steps.get-go-version.outputs.go-version }}
2525
steps:
26-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
26+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2727
- name: 'Determine Go version'
2828
id: get-go-version
2929
run: |
@@ -35,8 +35,8 @@ jobs:
3535
runs-on: windows-latest
3636
name: Windows Go tests
3737
steps:
38-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
39-
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
38+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
39+
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
4040
with:
4141
go-version: ${{ needs.get-go-version.outputs.go-version }}
4242
- run: |

0 commit comments

Comments
 (0)