Skip to content

Commit

Permalink
Merge pull request #33 from MTrab/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4.0.0

Bump actions/cache from 3.3.3 to 4.0.0
  • Loading branch information
MTrab committed Jan 29, 2024
2 parents 1aad244 + b1fb90d commit c142811
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@v3.3.3
uses: actions/cache@v4.0.0
with:
path: ~/.cache/pip
key: pip-format
Expand Down

0 comments on commit c142811

Please sign in to comment.