File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
19
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
20
21
21
- name : Set up Go
22
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
22
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
23
23
with :
24
24
go-version : ${{ matrix.go }}
25
25
@@ -32,10 +32,10 @@ jobs:
32
32
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
35
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
36
37
37
- name : Set up Go
38
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
38
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
39
39
with :
40
40
go-version : " 1.22"
41
41
You can’t perform that action at this time.
0 commit comments