diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index b9d0db591..aa983dc65 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -191,7 +191,7 @@ jobs: cache: "pnpm" - name: Pnpm Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: "pnpm-shared-stable-${{ matrix.os }}-${{ matrix.target }}" @@ -287,7 +287,7 @@ jobs: cache: "pnpm" - name: Pnpm Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: "pnpm-shared-stable-${{ matrix.os }}-${{ matrix.target }}" @@ -437,7 +437,7 @@ jobs: cache: "pnpm" - name: Pnpm Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: "pnpm-shared-stable-${{ matrix.os }}-${{ matrix.target }}" diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 5675d3c6e..56fc89459 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -107,7 +107,7 @@ jobs: cache: "pnpm" - name: Pnpm Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: "pnpm-shared-stable-${{ matrix.os }}-${{ matrix.target }}" diff --git a/.github/workflows/frontend-check.yml b/.github/workflows/frontend-check.yml index 69e10cac7..4649ce87d 100644 --- a/.github/workflows/frontend-check.yml +++ b/.github/workflows/frontend-check.yml @@ -52,7 +52,7 @@ jobs: - name: Restore pnpm cache if: steps.check_frontend.outputs.frontend == 'true' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: "pnpm-shared-stable-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}"