We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b7931 commit c8a58c3Copy full SHA for c8a58c3
.github/workflows/pr.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Setup Bazel
39
uses: angular/dev-infra/github-actions/bazel/setup@8d7bdf76c5a620e365ca7d4c6bb5393e362f9f62
40
- name: Setup ESLint Caching
41
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
42
with:
43
path: .eslintcache
44
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
0 commit comments