Skip to content

Commit 7d652cb

Browse files
committed
build: update actions/cache action to v5
See associated pull request for more information.
1 parent efd1180 commit 7d652cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Bazel
3939
uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a
4040
- name: Setup ESLint Caching
41-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
41+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
4242
with:
4343
path: .eslintcache
4444
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}

0 commit comments

Comments
 (0)