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 fe34078 commit 0d95ffdCopy full SHA for 0d95ffd
.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].1
+ uses: actions/[email protected].2
24
with:
25
path: .venv
26
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
0 commit comments