From ba6427cb6173f71180f923cf6c13cd8dad7ca818 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 7 Mar 2025 01:09:19 +0000 Subject: [PATCH] ci(deps): upgrade to v2 of self to release self --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fdaeeb..a3f083e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' steps: - - uses: jimeh/release-please-manifest-action@v1 + - uses: jimeh/release-please-manifest-action@v2 id: release with: app-id: ${{ secrets.RELEASE_BOT_APP_ID }}