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') }}