Skip to content

Commit 4063db1

Browse files
committed
build: update actions/cache action to v6.1.0
See associated pull request for more information.
1 parent 34d558c commit 4063db1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Bazel
3939
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17
4040
- name: Setup ESLint Caching
41-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
41+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4242
with:
4343
path: .eslintcache
4444
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}

0 commit comments

Comments
 (0)