diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bba5ba5..047b4a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - &cache-commitlint name: Cache Commitlint id: cache-commitlint - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: v4-commitlint-${{ env.COMMITLINT_CLI_VERSION }} @@ -58,7 +58,7 @@ jobs: - &cache-prettier name: Cache Prettier id: cache-prettier - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: v1-prettier-${{ env.PRETTIER_VERSION }} @@ -93,7 +93,7 @@ jobs: components: clippy, rustfmt - name: Cache Cargo dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -128,7 +128,7 @@ jobs: - &cache-cargo name: Cache Cargo dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 958c0e2..1e63207 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -111,7 +111,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y musl-tools - name: Cache Cargo dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry