diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a530f7a..a9d9e24 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -14,7 +14,7 @@ jobs: checks: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Build run: cargo build - name: Test @@ -27,6 +27,6 @@ jobs: format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Format Rust code run: cargo fmt --all -- --check