We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93593c commit 62876c1Copy full SHA for 62876c1
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout
20
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # ratchet:actions/[email protected]
21
- name: Set up Go
22
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # ratchet:actions/setup-go@v3.5.0
+ uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # ratchet:actions/setup-go@v4.0.0
23
with:
24
go-version-file: go.mod
25
check-latest: true
@@ -74,7 +74,7 @@ jobs:
74
fetch-depth: 0
75
76
77
78
79
go-version-file: ./go.mod
80
0 commit comments