We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ef992 commit ab657bdCopy full SHA for ab657bd
1 file changed
.github/workflows/push-main.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
fetch-depth: 1 # fetch only the latest commit
19
- name: Cache Go modules
20
- uses: smartcontractkit/.github/actions/setup-golang@dcdc10badaa0702553d4aa2c8311b4239b48be2c # setup-golang@v0.3.2
+ uses: smartcontractkit/.github/actions/setup-golang@setup-golang/v1
21
22
use-go-cache: true # this will setup the go cache
23
only-modules: true
@@ -31,7 +31,7 @@ jobs:
31
contents: read
32
steps:
33
- name: cd-release
34
- uses: smartcontractkit/.github/actions/cicd-changesets@eeb76b5870e3c17856d5a60fd064a053c023b5f5 # cicd-changesets@1.0.0
+ uses: smartcontractkit/.github/actions/cicd-changesets@cicd-changesets/v1
35
36
# general inputs
37
git-user: app-token-issuer-infra-releng[bot]
0 commit comments