diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f8300bc2..90455c301 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: sudo apt-get install -y libtss2-dev libsqlite3-dev libxcb1-dev - name: Cache cargo - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -75,7 +75,7 @@ jobs: sudo apt-get install -y libtss2-dev libsqlite3-dev libxcb1-dev - name: Cache cargo - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cargo/registry