diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 275ada9..81f1cba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Rust stable uses: dtolnay/rust-toolchain@stable with: @@ -36,7 +36,7 @@ jobs: checks: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Rust stable uses: dtolnay/rust-toolchain@stable with: @@ -52,7 +52,7 @@ jobs: name: doc runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install Rust nightly uses: dtolnay/rust-toolchain@nightly - name: Run cargo doc @@ -73,7 +73,7 @@ jobs: # if: runner.os == 'Windows' # - run: vcpkg install openssl:x64-windows-static-md # if: runner.os == 'Windows' - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install Rust uses: dtolnay/rust-toolchain@stable # enable this ci template to run regardless of whether the lockfile is checked in or not diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6f3a78..15c4c14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable with: