Skip to content

Commit

Permalink
chore(deps): update jaxxstorm/action-install-gh-release action to v1.…
Browse files Browse the repository at this point in the history
…12.0
  • Loading branch information
renovate[bot] authored May 17, 2024
1 parent 322248e commit 941156c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/provider-build-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
go-version: ${{ inputs.goversion }}
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.11.0
uses: jaxxstorm/action-install-gh-release@v1.12.0
with:
token: ${{ github.token }}
repo: pulumi/pulumictl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/provider-prerequisites.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
with:
go-version: ${{inputs.goversion}}
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.11.0
uses: jaxxstorm/action-install-gh-release@v1.12.0
with:
token: ${{ github.token }}
repo: pulumi/pulumictl
- name: Install Pulumi CLI
uses: pulumi/actions@v5
- if: github.event_name == 'pull_request'
name: Install Schema Tools
uses: jaxxstorm/action-install-gh-release@v1.11.0
uses: jaxxstorm/action-install-gh-release@v1.12.0
with:
token: ${{ github.token }}
repo: pulumi/schema-tools
Expand Down

0 comments on commit 941156c

Please sign in to comment.