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 65af654 commit b1b0482Copy full SHA for b1b0482
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
shell: bash
59
60
- name: Cache Poetry dependencies
61
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
62
with:
63
path: .venv
64
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
@@ -109,7 +109,7 @@ jobs:
109
virtualenvs-in-project: true
110
111
112
113
114
115
0 commit comments