Skip to content

Commit ea040c5

Browse files
chore(deps): bump actions/cache from 4.2.0 to 4.2.1 (#4102)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad6cf04 commit ea040c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: ./.github/actions/setup
3535

3636
- name: Restore CSpell cache
37-
uses: actions/cache@v4.2.0
37+
uses: actions/cache@v4.2.1
3838
with:
3939
key: cspell-cache-${{ runner.os }}-lint-${{ hashFiles('**/*.ts', '**/*.md') }}
4040
path: |

0 commit comments

Comments
 (0)