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
…14.0 (#395)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 02815d2 commit 2d27911
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: ${{matrix.goversion}}

- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.13.0
uses: jaxxstorm/action-install-gh-release@v1.14.0
with:
repo: pulumi/pulumictl
tag: "latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
python-version: 3.11

- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.13.0
uses: jaxxstorm/action-install-gh-release@v1.14.0
with:
repo: pulumi/pulumictl
tag: "latest"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
go-version: 1.21.x

- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.13.0
uses: jaxxstorm/action-install-gh-release@v1.14.0
with:
repo: pulumi/pulumictl
tag: "latest"
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
go-version: ${{ matrix.goversion }}

- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.13.0
uses: jaxxstorm/action-install-gh-release@v1.14.0
with:
repo: pulumi/pulumictl
tag: "latest"
Expand Down

0 comments on commit 2d27911

Please sign in to comment.