From addc3fb0b6d611642a635827dc220c97c691c540 Mon Sep 17 00:00:00 2001 From: "alchemax-housekeeper[bot]" <258233519+alchemax-housekeeper[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 00:50:05 +0000 Subject: [PATCH] chore: update github actions --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/deploy.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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