Skip to content

Commit e70b366

Browse files
committed
Managed by Terraform: Update go-test-linux.yml GitHub workflow
1 parent 77c3482 commit e70b366

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
outputs:
2121
go-version: ${{ steps.get-go-version.outputs.go-version }}
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
2424
- name: 'Determine Go version'
2525
id: get-go-version
2626
run: |
@@ -32,8 +32,8 @@ jobs:
3232
runs-on: ubuntu-latest
3333
name: Linux Go tests
3434
steps:
35-
- uses: actions/checkout@v2
36-
- uses: actions/setup-go@v3
35+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
36+
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
3737
with:
3838
go-version: ${{ needs.get-go-version.outputs.go-version }}
3939
- run: |

0 commit comments

Comments
 (0)