Skip to content

Commit 39b8e94

Browse files
authored
Update GitHub Actions workflows. (#1102)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit a06fe8d51dace7489b338e7f3c2cec2ab8e09f3d.
1 parent 4204d13 commit 39b8e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-tools/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040

4141
- name: Install pulumictl
4242
if: inputs.tools == 'all' || contains(inputs.tools, 'pulumictl')
43-
uses: jaxxstorm/action-install-gh-release@cd6b2b78ad38bdd294341cda064ec0692b06215b # v1.14.0
43+
uses: jaxxstorm/action-install-gh-release@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
4444
with:
4545
tag: v0.0.46
4646
repo: pulumi/pulumictl
@@ -53,7 +53,7 @@ runs:
5353

5454
- name: Install Schema Tools
5555
if: inputs.tools == 'all' || contains(inputs.tools, 'schema-tools')
56-
uses: jaxxstorm/action-install-gh-release@cd6b2b78ad38bdd294341cda064ec0692b06215b # v1.14.0
56+
uses: jaxxstorm/action-install-gh-release@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
5757
with:
5858
repo: pulumi/schema-tools
5959

0 commit comments

Comments
 (0)