Skip to content

Commit

Permalink
Merge pull request #609 from MTrab:dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4.1.1

Bump actions/cache from 4.0.2 to 4.1.1
  • Loading branch information
MTrab authored Oct 10, 2024
2 parents aec2a68 + 6c7c382 commit 3feb60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: 3.8
- name: Cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
path: ~/.cache/pip
key: pip-format
Expand Down

0 comments on commit 3feb60f

Please sign in to comment.