diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3797b729..7c7b494a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: rust: [stable] steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build without std run: cargo build --no-default-features