diff --git a/.github/workflows/cargo-bench.yml b/.github/workflows/cargo-bench.yml index 1faa134..3ecb5c0 100644 --- a/.github/workflows/cargo-bench.yml +++ b/.github/workflows/cargo-bench.yml @@ -44,7 +44,7 @@ jobs: target: [x86_64-unknown-linux-gnu] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.event.client_payload.ref || github.ref }} diff --git a/.github/workflows/cargo-clippy.yml b/.github/workflows/cargo-clippy.yml index 81bb36f..a066acc 100644 --- a/.github/workflows/cargo-clippy.yml +++ b/.github/workflows/cargo-clippy.yml @@ -24,7 +24,7 @@ jobs: statuses: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup Rust diff --git a/.github/workflows/cargo-publish.yml b/.github/workflows/cargo-publish.yml index ebadbb7..e513d14 100644 --- a/.github/workflows/cargo-publish.yml +++ b/.github/workflows/cargo-publish.yml @@ -39,7 +39,7 @@ jobs: - rstm steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.event.client_payload.ref || github.ref }} diff --git a/.github/workflows/cargo-test.yml b/.github/workflows/cargo-test.yml index f81ca91..115d987 100644 --- a/.github/workflows/cargo-test.yml +++ b/.github/workflows/cargo-test.yml @@ -46,7 +46,7 @@ jobs: target: [x86_64-unknown-linux-gnu] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.event.client_payload.ref || github.ref }} diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 7149082..235f03b 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -20,7 +20,7 @@ jobs: continue-on-error: true runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index acae6ca..5c2083c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: # Pinned to v4 (stable header-based credential helper). `token:` + # `persist-credentials: true` ensure the later `git push` steps are # authenticated regardless of checkout's internal plumbing. - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b7c8d8a..46fd07f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -40,7 +40,7 @@ jobs: toolchain: [stable] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup Rust @@ -67,7 +67,7 @@ jobs: target: [x86_64-unknown-linux-gnu] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.event.client_payload.ref || github.ref }} @@ -102,7 +102,7 @@ jobs: target: [x86_64-unknown-linux-gnu] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup Rust @@ -133,7 +133,7 @@ jobs: - "alloc,nightly" steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup Rust