Skip to content

Commit

Permalink
Merge pull request #159 from kalaspuff/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
kalaspuff authored Feb 5, 2024
2 parents 2f11594 + 07ddeb8 commit 56c8df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Set up Poetry cache for Python dependencies
uses: actions/cache@v3
uses: actions/cache@v4
if: startsWith(runner.os, 'Linux')
with:
path: ~/.cache/pypoetry
Expand Down

0 comments on commit 56c8df6

Please sign in to comment.