We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbfe5f commit 4b834e9Copy full SHA for 4b834e9
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Initialize environment
45
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
46
- name: Setup ESLint Caching
47
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
+ uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
48
with:
49
path: .eslintcache
50
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
0 commit comments