diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f731c9c..8e652eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/action.yml b/action.yml index 4b22b43..0f4d42f 100644 --- a/action.yml +++ b/action.yml @@ -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