diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86f143d..7b003fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install cargo-audit run: cargo install cargo-audit - name: Build