We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd1180 commit 7d652cbCopy full SHA for 7d652cb
.github/workflows/pr.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Setup Bazel
39
uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a
40
- name: Setup ESLint Caching
41
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
42
with:
43
path: .eslintcache
44
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
0 commit comments