diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index c8435936..99fc0de6 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -19,7 +19,7 @@ jobs: group: release-plz-pr-${{ github.ref }} cancel-in-progress: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.RELEASE_PLZ_TOKEN }} @@ -61,7 +61,7 @@ jobs: if: github.repository_owner == 'statrs-dev' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: dtolnay/rust-toolchain@stable