Skip to content

Commit

Permalink
Merge pull request #154 from pulumiverse/renovate/jaxxstorm-action-in…
Browse files Browse the repository at this point in the history
…stall-gh-release-1.x

Update jaxxstorm/action-install-gh-release action to v1.11.0
  • Loading branch information
ringods authored Feb 11, 2024
2 parents 99ad0f2 + 5cc280d commit ee4beb3
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.10.0
uses: jaxxstorm/action-install-gh-release@v1.11.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.10.0
uses: jaxxstorm/action-install-gh-release@v1.11.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.10.0
uses: jaxxstorm/action-install-gh-release@v1.11.0
with:
token: ${{ github.token }}
repo: pulumi/schema-tools
Expand Down

0 comments on commit ee4beb3

Please sign in to comment.