Skip to content

Commit

Permalink
Merge pull request #138 from pulumiverse/dependabot/github_actions/mo…
Browse files Browse the repository at this point in the history
…dules-8c24af2506

gha(deps): bump the modules group with 2 updates
  • Loading branch information
pierskarsenbarg authored Nov 11, 2024
2 parents 5312406 + 5bc5340 commit e5e6516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Comment PR
uses: thollander/[email protected].0
uses: thollander/[email protected].1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/gh-action-pypi-publish@v1.11.0
uses: pypa/gh-action-pypi-publish@v1.12.0
with:
user: ${{ env.PYPI_USERNAME }}
password: ${{ env.PYPI_PASSWORD }}
Expand Down

0 comments on commit e5e6516

Please sign in to comment.