From f98ae7cd7d0feb1f9d6b01de0addbb11414cfc73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:45:19 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20actions/cache=20action?= =?UTF-8?q?=20(v5.0.1=20=E2=86=92=20v5.0.2)=20(#426)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 2043fe1..fddf769 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 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 a93883a..8c5b687 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 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 3bbc7d5..49bddc6 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: path: | ~/.cache/golangci-lint diff --git a/npm-publish/action.yml b/npm-publish/action.yml index 0aa8e90..dba31b2 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 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 714ef0e..beb27a4 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: path: | vendor diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 1097b9b..123b324 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 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 1a9095f..b71df64 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 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') }}