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:
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@v3
43+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
4444 with :
4545 fetch-depth : 0
4646
4747 - name : Install Go
48- uses : actions/setup-go@v3
48+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
4949 with :
5050 go-version : " 1.19"
5151
5252 - 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
5454
5555 - name : Install yq
5656 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