Merge pull request #446 from kyegomez/dependabot/github_actions/actions/cache-4

Bump actions/cache from 3 to 4
pull/434/head
Eternal Reclaimer 9 months ago committed by GitHub
commit 25722f8ed6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,7 +16,7 @@ jobs:
run: | run: |
poetry config virtualenvs.create true --local poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local poetry config virtualenvs.in-project true --local
- uses: actions/cache@v3 - uses: actions/cache@v4
name: Define a cache for the virtual environment name: Define a cache for the virtual environment
file file
with: with:
@ -42,7 +42,7 @@ jobs:
run: | run: |
poetry config virtualenvs.create true --local poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local poetry config virtualenvs.in-project true --local
- uses: actions/cache@v3 - uses: actions/cache@v4
name: Define a cache for the virtual environment name: Define a cache for the virtual environment
file file
with: with:

Loading…
Cancel
Save