File tree Expand file tree Collapse file tree
cicd-build-publish-artifacts-ts
ctf-setup-run-tests-environment Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " cicd-build-publish-artifacts-ts " : patch
3+ " ctf-setup-run-tests-environment " : patch
4+ " devenv-k8s-setup-ns " : patch
5+ " md-confluence-sync " : patch
6+ " cicd-changesets " : patch
7+ " ctf-build-image " : patch
8+ " setup-nix-gati " : patch
9+ " setup-renovate " : patch
10+ " setup-golang " : patch
11+ " ci-prettier " : patch
12+ " ci-test-sol " : patch
13+ " ci-lint-ts " : patch
14+ " ci-test-go " : patch
15+ " ci-test-ts " : patch
16+ " crib-deploy-environment " : patch
17+ ---
18+
19+ chore: use major version tags for smartcontractkit/.github/\* actions
Original file line number Diff line number Diff line change 3939 fetch-depth : ${{ inputs.checkout-repo-fetch-depth }}
4040
4141 - name : Setup nodejs
42- uses : smartcontractkit/.github/actions/setup-nodejs@main
42+ uses : smartcontractkit/.github/actions/setup-nodejs@setup-nodejs/v1
4343 with :
4444 node-version-file : ${{ inputs.node-version-file }}
4545 pnpm-version : ${{ inputs.pnpm-version }}
Original file line number Diff line number Diff line change 4848 fi
4949
5050 - name : Setup nodejs
51- uses : smartcontractkit/.github/actions/setup-nodejs@43fe7fdc5d678b962d777a4af76719792f9a4354 # setup-nodejs@0.2.3
51+ uses : smartcontractkit/.github/actions/setup-nodejs@setup-nodejs/v1
5252 with :
5353 node-version-file : ${{ inputs.node-version-file }}
5454 pnpm-version : ${{ inputs.pnpm-version }}
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ runs:
143143 working-directory : ${{ inputs.docker-compose-workdir }}
144144
145145 - name : Setup go
146- uses : smartcontractkit/.github/actions/setup-golang@setup-golang/0.3.2
146+ uses : smartcontractkit/.github/actions/setup-golang@setup-golang/v1
147147 with :
148148 go-version-file : ${{ inputs.go-version-file }}
149149 use-go-cache : ${{ inputs.use-go-cache }}
Original file line number Diff line number Diff line change 6060 fetch-depth : ${{ inputs.checkout-repo-fetch-depth }}
6161
6262 - name : Setup nodejs
63- uses : smartcontractkit/.github/actions/setup-nodejs@main
63+ uses : smartcontractkit/.github/actions/setup-nodejs@setup-nodejs/v1
6464 with :
6565 node-version-file : ${{ inputs.node-version-file }}
6666 pnpm-version : ${{ inputs.pnpm-version }}
Original file line number Diff line number Diff line change 3939 fetch-depth : ${{ inputs.checkout-repo-fetch-depth }}
4040
4141 - name : Setup nodejs
42- uses : smartcontractkit/.github/actions/setup-nodejs@main
42+ uses : smartcontractkit/.github/actions/setup-nodejs@setup-nodejs/v1
4343 with :
4444 node-version-file : ${{ inputs.node-version-file }}
4545 pnpm-version : ${{ inputs.pnpm-version }}
Original file line number Diff line number Diff line change 7575 fetch-depth : ${{ inputs.checkout-repo-fetch-depth }}
7676
7777 - name : Setup nodejs
78- uses : smartcontractkit/.github/actions/setup-nodejs@main
78+ uses : smartcontractkit/.github/actions/setup-nodejs@setup-nodejs/v1
7979 with :
8080 node-version-file : ${{ inputs.node-version-file }}
8181 pnpm-version : ${{ inputs.pnpm-version }}
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ runs:
133133 git config user.name "${{ inputs.git-user }}"
134134
135135 - name : Setup nodejs
136- uses : smartcontractkit/.github/actions/setup-nodejs@main
136+ uses : smartcontractkit/.github/actions/setup-nodejs@setup-nodejs/v1
137137 with :
138138 node-version-file : ${{ inputs.node-version-file }}
139139 pnpm-version : ${{ inputs.pnpm-version }}
@@ -142,7 +142,7 @@ runs:
142142
143143 - name : Run changesets
144144 id : changesets
145- uses : smartcontractkit/.github/actions/signed-commits@changesets-signed-commits/1.7.0
145+ uses : smartcontractkit/.github/actions/signed-commits@changesets-signed-commits/v1
146146 env :
147147 GITHUB_TOKEN : ${{ steps.get-gh-token.outputs.access-token }}
148148 with :
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ runs:
192192 echo "websockets-services=${websockets_services}" | tee -a "$GITHUB_OUTPUT"
193193
194194 - name : Setup GAP
195- uses : smartcontractkit/.github/actions/setup-gap@f2d17705e345db78d68662e6fb3afcfc0a313a47 # setup-gap@4.2.0
195+ uses : smartcontractkit/.github/actions/setup-gap@setup-gap/v4
196196 env :
197197 WEBSOCKETS_SERVICES :
198198 " ${{ steps.set-websockets-services.outputs.websockets-services }}"
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ runs:
128128 - name : Setup GitHub token using GATI
129129 if : inputs.gati-role-arn != '' && inputs.gati-lambda-url != ''
130130 id : github-token
131- uses : smartcontractkit/.github/actions/setup-github-token@setup-github-token/1.0.0
131+ uses : smartcontractkit/.github/actions/setup-github-token@setup-github-token/v1
132132 with :
133133 aws-role-arn : ${{ inputs.gati-role-arn }}
134134 aws-lambda-url : ${{ inputs.gati-lambda-url }}
You can’t perform that action at this time.
0 commit comments