Skip to content

Commit

Permalink
fix(deps): use new name for Google's release please action (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed May 13, 2024
1 parent 9e6111f commit 72e49f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: jimeh/release-please-manifest-action@v1
# TOOD: Switch back to @v1 once once v1.0.3 is released.
- uses: jimeh/release-please-manifest-action@main
id: release
with:
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ runs:
APP_TOKEN: "${{ steps.github-app-token.outputs.token }}"
INPUT_TOKEN: "${{ inputs.token }}"
shell: bash
- uses: google-github-actions/release-please-action@v3
- uses: googleapis/release-please-action@v3
id: release-please
with:
command: manifest
Expand Down

0 comments on commit 72e49f5

Please sign in to comment.