diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6031148..49b803b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache cargo registry, git index and target - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry