File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,17 +40,17 @@ jobs:
40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- name : Checkout
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
44
44
with :
45
45
fetch-depth : 0
46
46
47
47
- name : Install Go
48
- uses : actions/setup-go@v3
48
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
49
49
with :
50
50
go-version : " 1.19"
51
51
52
52
- name : Install Ginkgo
53
- run : go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@v2.5 .0
53
+ run : go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@v2.13 .0
54
54
55
55
- name : Install yq
56
56
run : curl -sL -O https://github.com/mikefarah/yq/releases/download/${{ env.YQ_VERSION }}/yq_linux_amd64 -o /usr/local/bin/yq && mv ./yq_linux_amd64 /usr/local/bin/yq && chmod +x /usr/local/bin/yq
You can’t perform that action at this time.
0 commit comments