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 1313ea8 commit 82f6dd2Copy full SHA for 82f6dd2
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
run: pipx install pdm
21
22
- name: Set up cache
23
- uses: actions/[email protected].0
+ uses: actions/[email protected].3
24
with:
25
path: .venv
26
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
0 commit comments