Skip to content

Commit

Permalink
build(deps): bump google-github-actions/release-please-action (#2094)
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.2 to 3.3.
- [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.2...v3.3)

---
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 Aug 12, 2022
1 parent d9b5341 commit b92da99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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.2
- uses: google-github-actions/release-please-action@v3.3
id: release-please
with:
path: ${{ matrix.charts }}
Expand Down Expand Up @@ -68,7 +68,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.2
- uses: google-github-actions/release-please-action@v3.3
id: release-please
with:
path: ${{ matrix.simple }}
Expand Down Expand Up @@ -105,7 +105,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.2
- uses: google-github-actions/release-please-action@v3.3
id: release-please
with:
path: ${{ matrix.maven }}
Expand Down Expand Up @@ -142,7 +142,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.2
- uses: google-github-actions/release-please-action@v3.3
id: release-please
with:
path: ${{ matrix.simple }}
Expand Down Expand Up @@ -179,7 +179,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.2
- uses: google-github-actions/release-please-action@v3.3
id: release-please
with:
path: ${{ matrix.python-projects }}
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
git config --global user.signingkey "${{ steps.import_gpg.outputs.keyid }}"
- uses: google-github-actions/release-please-action@v3.2
- uses: google-github-actions/release-please-action@v3.3
id: release-please
with:
token: ${{ secrets.MOAUTO3_WORKFLOW_TOKEN }}
Expand Down

0 comments on commit b92da99

Please sign in to comment.