We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157e565 commit 6bb4541Copy full SHA for 6bb4541
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
run: pip install poetry
22
23
- name: Cache poetry packages
24
- uses: actions/cache@v1
+ uses: actions/cache@v4
25
id: cache
26
with:
27
path: ~/.venv
0 commit comments