Skip to content

Commit

Permalink
Merge pull request #216 from MohamedRejeb/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-4

Bump actions/cache from 2 to 4
  • Loading branch information
MohamedRejeb authored Dec 14, 2024
2 parents 854b452 + 0b1b018 commit 4ab3958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
Expand Down

0 comments on commit 4ab3958

Please sign in to comment.