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 7458ca1 commit c9c1ad4Copy full SHA for c9c1ad4
.github/workflows/pr.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Setup Bazel
39
uses: angular/dev-infra/github-actions/bazel/setup@7b35868fc5f723448a6a7fadab13273585d30861
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