diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2ffbde..4546a82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Cache taplo-cli id: cache-taplo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cargo/bin/taplo key: ${{ runner.os }}-taplo-${{ env.TAPLO_CLI_VERSION }}