Skip to content

Commit 4b834e9

Browse files
angular-robotclydin
authored andcommitted
build: update actions/cache action to v4
1 parent 4cbfe5f commit 4b834e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Initialize environment
4545
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ae9155d1083fd8390e98bfe09a5ccf89f0375b52
4646
- name: Setup ESLint Caching
47-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
47+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
4848
with:
4949
path: .eslintcache
5050
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}

0 commit comments

Comments
 (0)