Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 4.0.2 to 4.1.1 (#3654)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent 15ee83f commit c9eb467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: ./.github/actions/setup

- name: Restore CSpell cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
key: cspell-cache-${{ runner.os }}-lint-${{ hashFiles('**/*.ts', '**/*.md') }}
path: |
Expand Down

0 comments on commit c9eb467

Please sign in to comment.