Skip to content

Commit

Permalink
fix(deps): update googlecloudplatform/release-please-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 5, 2022
1 parent 9ec9e25 commit 1fa6cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
needs: [build]
steps:
- id: release-pr
uses: GoogleCloudPlatform/release-please-action@v2
uses: GoogleCloudPlatform/release-please-action@v3
with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
release-type: node
Expand All @@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1fa6cca

Please sign in to comment.