diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b2b745..88a936a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rs/toolchain@v1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33628c1..2e4ffa3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: matrix: target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Compile and release uses: rust-build/rust-build.action@v1.4.5