From 72e49f5d6f009b0e0c4faff0c835703ee9ee3093 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 13 May 2024 10:06:22 +0100 Subject: [PATCH] fix(deps): use new name for Google's release please action (#18) --- .github/workflows/ci.yml | 3 ++- action.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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