Skip to content

Commit ab657bd

Browse files
authored
ci: update push main workflow to use latest chainlink actions. (#1032)
Use the pinned versions of chainlink actions, which also includes the latest updates to use Node 24
1 parent 52ef992 commit ab657bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 1 # fetch only the latest commit
1919
- name: Cache Go modules
20-
uses: smartcontractkit/.github/actions/setup-golang@dcdc10badaa0702553d4aa2c8311b4239b48be2c # setup-golang@v0.3.2
20+
uses: smartcontractkit/.github/actions/setup-golang@setup-golang/v1
2121
with:
2222
use-go-cache: true # this will setup the go cache
2323
only-modules: true
@@ -31,7 +31,7 @@ jobs:
3131
contents: read
3232
steps:
3333
- name: cd-release
34-
uses: smartcontractkit/.github/actions/cicd-changesets@eeb76b5870e3c17856d5a60fd064a053c023b5f5 # cicd-changesets@1.0.0
34+
uses: smartcontractkit/.github/actions/cicd-changesets@cicd-changesets/v1
3535
with:
3636
# general inputs
3737
git-user: app-token-issuer-infra-releng[bot]

0 commit comments

Comments
 (0)