From 43126631c2bc092185ab814cf00ccdee6202ec32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 23:35:26 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20actions/cache=20(v4.3.?= =?UTF-8?q?0=20=E2=86=92=20v5.0.1)=20(#395)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- biome-lint/action.yml | 2 +- eslint-lint/action.yml | 2 +- go-lint/action.yml | 2 +- npm-publish/action.yml | 2 +- php-tests/action.yml | 2 +- pr-lint/action.yml | 2 +- prettier-lint/action.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/biome-lint/action.yml b/biome-lint/action.yml index e0db282..8b9ef77 100644 --- a/biome-lint/action.yml +++ b/biome-lint/action.yml @@ -218,7 +218,7 @@ runs: - name: Cache Node Dependencies id: cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: node_modules key: ${{ runner.os }}-biome-lint-${{ inputs.mode }}-${{ steps.detect-pm.outputs.package-manager }}-${{ hashFiles('package-lock.json', 'yarn.lock', 'pnpm-lock.yaml', 'bun.lockb') }} diff --git a/eslint-lint/action.yml b/eslint-lint/action.yml index d4da50a..669d98c 100644 --- a/eslint-lint/action.yml +++ b/eslint-lint/action.yml @@ -325,7 +325,7 @@ runs: - name: Cache Node Dependencies id: cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: node_modules key: ${{ runner.os }}-eslint-lint-${{ inputs.mode }}-${{ steps.detect-pm.outputs.package-manager }}-${{ hashFiles('package-lock.json', 'yarn.lock', 'pnpm-lock.yaml', 'bun.lockb') }} diff --git a/go-lint/action.yml b/go-lint/action.yml index 86af3e7..19decd7 100644 --- a/go-lint/action.yml +++ b/go-lint/action.yml @@ -218,7 +218,7 @@ runs: - name: Cache golangci-lint id: cache if: inputs.cache == 'true' - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: | ~/.cache/golangci-lint diff --git a/npm-publish/action.yml b/npm-publish/action.yml index 820dc14..14a54ea 100644 --- a/npm-publish/action.yml +++ b/npm-publish/action.yml @@ -158,7 +158,7 @@ runs: - name: Cache Node Dependencies id: cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: node_modules key: ${{ runner.os }}-npm-publish-${{ steps.detect-pm.outputs.package-manager }}-${{ hashFiles('package-lock.json', 'yarn.lock', 'pnpm-lock.yaml', 'bun.lockb') }} diff --git a/php-tests/action.yml b/php-tests/action.yml index 8ceba3d..714ef0e 100644 --- a/php-tests/action.yml +++ b/php-tests/action.yml @@ -356,7 +356,7 @@ runs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: | vendor diff --git a/pr-lint/action.yml b/pr-lint/action.yml index f186c88..41f2f76 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -163,7 +163,7 @@ runs: - name: Cache Node Dependencies if: steps.detect-node.outputs.found == 'true' id: node-cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: node_modules key: ${{ runner.os }}-pr-lint-${{ steps.detect-pm.outputs.package-manager }}-${{ hashFiles('package-lock.json', 'yarn.lock', 'pnpm-lock.yaml', 'bun.lockb') }} diff --git a/prettier-lint/action.yml b/prettier-lint/action.yml index 09e760e..375e11c 100644 --- a/prettier-lint/action.yml +++ b/prettier-lint/action.yml @@ -311,7 +311,7 @@ runs: - name: Cache Node Dependencies id: cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: node_modules key: ${{ runner.os }}-prettier-lint-${{ inputs.mode }}-${{ steps.detect-pm.outputs.package-manager }}-${{ hashFiles('package-lock.json', 'yarn.lock', 'pnpm-lock.yaml', 'bun.lockb') }}