We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c25e2 commit d1f27e3Copy full SHA for d1f27e3
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
- uses: actions/checkout@v4
47
48
- name: Cache virtualenvironment
49
- uses: actions/cache@v3
+ uses: actions/cache@v4
50
with:
51
path: ~/.venv
52
key: ${{ hashFiles('requirements.txt', 'requirements-dev.txt') }}
0 commit comments