diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0daa51..84fce14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup Rust uses: dtolnay/rust-toolchain@1.90.0 @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install pandoc env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 550fc79..5e1b0a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.ref_name }} @@ -135,7 +135,7 @@ jobs: steps: - name: Checkout release commit - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ needs.prepare.outputs.release_sha }} @@ -178,7 +178,7 @@ jobs: steps: - name: Checkout release commit - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ needs.prepare.outputs.release_sha }} @@ -235,7 +235,7 @@ jobs: steps: - name: Checkout release commit - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ needs.prepare.outputs.release_sha }}