Skip to content

Commit

Permalink
Merge pull request #71 from dimastbk/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v4
  • Loading branch information
dimastbk authored Jul 15, 2024
2 parents 9872d85 + a400c62 commit 426e6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- id: cache-py
name: cache python
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: >
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
with:
python-version: '3.11'

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-py
name: cache python
with:
Expand Down

0 comments on commit 426e6bb

Please sign in to comment.