From 0fadefaead768611e918558a73232244afc48801 Mon Sep 17 00:00:00 2001 From: farmer_timmm <63073761+Ttimmahlax@users.noreply.github.com> Date: Sat, 19 Sep 2026 18:08:03 -0700 Subject: [PATCH] chore(ci): release-plz action v0.5.131 -> v0.5.139 --- .github/workflows/release-plz.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index a99f986..12d5748 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -35,7 +35,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 # release-plz needs full history to compute changes @@ -45,8 +45,12 @@ jobs: # Pinned to an exact release. `@v0` does not exist -- there is no moving # major tag on this action -- and referencing it fails to resolve, which is # why the copy this replaced never ran successfully once. + # + # The cost of that pin is that nothing moves it for you: every repository + # carrying this workflow sat on v0.5.131 until someone looked. Checked + # 2026-09-19 against the latest release. - name: Run release-plz - uses: release-plz/action@v0.5.131 + uses: release-plz/action@v0.5.139 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}