diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 866cb58..b7487c5 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@master @@ -22,7 +22,7 @@ jobs: components: rustfmt, clippy - name: Cache cargo - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -39,7 +39,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 a53165c..cb689c4 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 }} @@ -38,7 +38,7 @@ jobs: components: rustfmt, clippy - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -136,7 +136,7 @@ jobs: steps: - name: Checkout release commit - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ needs.prepare.outputs.release_sha }} @@ -146,7 +146,7 @@ jobs: toolchain: 1.90.0 - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -181,7 +181,7 @@ jobs: steps: - name: Checkout release commit - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ needs.prepare.outputs.release_sha }} @@ -240,7 +240,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 }}