Skip to content

Commit de5c96f

Browse files
committed
Managed by Terraform: Update go-test-windows.yml GitHub workflow
1 parent fc2698f commit de5c96f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
26+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
2727
- name: 'Determine Go version'
2828
id: get-go-version
2929
run: |
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: windows-latest
3636
name: Windows Go tests
3737
steps:
38-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
38+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3939
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
4040
with:
4141
go-version: ${{ needs.get-go-version.outputs.go-version }}

0 commit comments

Comments
 (0)