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