Skip to content

Commit

Permalink
build(deps): bump google-github-actions/release-please-action (#2939)
Browse files Browse the repository at this point in the history
Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from 3.5 to 3.6.
- [Release notes](https://github.com/google-github-actions/release-please-action/releases)
- [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/release-please-action@v3.5...v3.6)

---
updated-dependencies:
- dependency-name: google-github-actions/release-please-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 10, 2022
1 parent f9449ab commit ac92fa1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
git config user.email "54212639+mo-auto@users.noreply.github.com"
git config --global user.signingkey "${{ steps.import_gpg.outputs.keyid }}"
- uses: google-github-actions/release-please-action@v3.5
- uses: google-github-actions/release-please-action@v3.6
id: release-please
with:
path: ${{ matrix.simple }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
git config user.email "54212639+mo-auto@users.noreply.github.com"
git config --global user.signingkey "${{ steps.import_gpg.outputs.keyid }}"
- uses: google-github-actions/release-please-action@v3.5
- uses: google-github-actions/release-please-action@v3.6
id: release-please
with:
path: ${{ matrix.maven }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
git config user.email "54212639+mo-auto@users.noreply.github.com"
git config --global user.signingkey "${{ steps.import_gpg.outputs.keyid }}"
- uses: google-github-actions/release-please-action@v3.5
- uses: google-github-actions/release-please-action@v3.6
id: release-please
with:
path: ${{ matrix.simple }}
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
git config user.email "54212639+mo-auto@users.noreply.github.com"
git config --global user.signingkey "${{ steps.import_gpg.outputs.keyid }}"
- uses: google-github-actions/release-please-action@v3.5
- uses: google-github-actions/release-please-action@v3.6
id: release-please
with:
path: ${{ matrix.python-projects }}
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
git config --global user.signingkey "${{ steps.import_gpg.outputs.keyid }}"
- uses: google-github-actions/release-please-action@v3.5
- uses: google-github-actions/release-please-action@v3.6
id: release-please
with:
token: ${{ secrets.MOAUTO3_WORKFLOW_TOKEN }}
Expand Down

0 comments on commit ac92fa1

Please sign in to comment.