From 1d1710586a840aadb7d26488bd97a58897a7ea00 Mon Sep 17 00:00:00 2001 From: farmer_timmm <63073761+Ttimmahlax@users.noreply.github.com> Date: Sat, 19 Sep 2026 18:09:31 -0700 Subject: [PATCH] chore(ci): release-plz action v0.5.131 -> v0.5.139 --- .github/workflows/release-plz.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 0701813..70d3585 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 @@ -69,7 +69,7 @@ jobs: # major tag on this action -- and referencing it fails to resolve, which is # why the copy this replaced never ran successfully once. - 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 }}