generated from pulumi/pulumi-tf-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gha(deps): bump the modules group with 2 updates
Bumps the modules group with 2 updates: [jaxxstorm/action-install-gh-release](https://github.com/jaxxstorm/action-install-gh-release) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `jaxxstorm/action-install-gh-release` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/jaxxstorm/action-install-gh-release/releases) - [Commits](jaxxstorm/action-install-gh-release@v1.12.0...v1.13.0) Updates `pypa/gh-action-pypi-publish` from 1.12.0 to 1.12.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.0...v1.12.2) --- updated-dependencies: - dependency-name: jaxxstorm/action-install-gh-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: modules - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modules ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
e5e6516
commit d17a1bd
Showing
4 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
with: | ||
go-version: ${{matrix.goversion}} | ||
- name: Install pulumictl | ||
uses: jaxxstorm/action-install-gh-release@v1.12.0 | ||
uses: jaxxstorm/action-install-gh-release@v1.13.0 | ||
with: | ||
repo: pulumi/pulumictl | ||
- name: Install Pulumi CLI | ||
|
@@ -118,14 +118,14 @@ jobs: | |
with: | ||
go-version: ${{matrix.goversion}} | ||
- name: Install pulumictl | ||
uses: jaxxstorm/action-install-gh-release@v1.12.0 | ||
uses: jaxxstorm/action-install-gh-release@v1.13.0 | ||
with: | ||
repo: pulumi/pulumictl | ||
- name: Install Pulumi CLI | ||
uses: pulumi/actions@v6 | ||
- if: github.event_name == 'pull_request' | ||
name: Install Schema Tools | ||
uses: jaxxstorm/action-install-gh-release@v1.12.0 | ||
uses: jaxxstorm/action-install-gh-release@v1.13.0 | ||
with: | ||
repo: mikhailshilkov/schema-tools | ||
- name: Build tfgen & provider binaries | ||
|
@@ -179,7 +179,7 @@ jobs: | |
with: | ||
go-version: 1.22.x | ||
- name: Install pulumictl | ||
uses: jaxxstorm/action-install-gh-release@v1.12.0 | ||
uses: jaxxstorm/action-install-gh-release@v1.13.0 | ||
with: | ||
repo: pulumi/pulumictl | ||
- name: Install Pulumi CLI | ||
|
@@ -211,7 +211,7 @@ jobs: | |
with: | ||
go-version: ${{matrix.goversion}} | ||
- name: Install pulumictl | ||
uses: jaxxstorm/action-install-gh-release@v1.12.0 | ||
uses: jaxxstorm/action-install-gh-release@v1.13.0 | ||
with: | ||
repo: pulumi/pulumictl | ||
- name: Install Pulumi CLI | ||
|
@@ -257,7 +257,7 @@ jobs: | |
# run: ./ci-scripts/ci/publish-tfgen-package ${{ github.workspace }} | ||
- if: ${{ matrix.language == 'python' && env.PUBLISH_PYPI == 'true' }} | ||
name: Publish package to PyPI | ||
uses: pypa/[email protected].0 | ||
uses: pypa/[email protected].2 | ||
with: | ||
user: ${{ env.PYPI_USERNAME }} | ||
password: ${{ env.PYPI_PASSWORD }} | ||
|
@@ -310,7 +310,7 @@ jobs: | |
with: | ||
go-version: ${{matrix.goversion}} | ||
- name: Install pulumictl | ||
uses: jaxxstorm/action-install-gh-release@v1.12.0 | ||
uses: jaxxstorm/action-install-gh-release@v1.13.0 | ||
with: | ||
repo: pulumi/pulumictl | ||
- name: Install Pulumi CLI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters