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 2b45442 commit 5faf358Copy full SHA for 5faf358
.github/workflows/pr.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Setup Bazel
39
uses: angular/dev-infra/github-actions/bazel/setup@ee61b6758d835c67c4c27093f71d94ebe180dff6
40
- name: Setup ESLint Caching
41
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
42
with:
43
path: .eslintcache
44
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
0 commit comments