From ecf7033397e0dd4a7f7a06976be0aea140375cde Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 24 Oct 2025 09:34:12 +0100 Subject: [PATCH] ci(deps): upgrade to v3 of self to release self (#24) --- .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 2af99f7..ac387c7 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@bfd8923580a274363ff9fbaf6d07484fbc8d9c6e # v2.0.0 + - uses: jimeh/release-please-manifest-action@84f33fd2828210488c36f3e0a7e3209252d2ae7d # v3.0.0 id: release with: app-id: ${{ secrets.RELEASE_BOT_APP_ID }}