Skip to content

Commit 1f511ce

Browse files
chore(deps): bump actions/cache from 5.0.1 to 5.0.2 (#5160)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f6adeb commit 1f511ce

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
@@ -40,7 +40,7 @@ jobs:
4040
uses: ./.github/actions/setup
4141

4242
- name: Restore CSpell cache
43-
uses: actions/cache@v5.0.1
43+
uses: actions/cache@v5.0.2
4444
with:
4545
key: cspell-cache-${{ runner.os }}-lint-${{ hashFiles('**/*.ts', '**/*.md') }}
4646
path: |

0 commit comments

Comments
 (0)