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 24d23a3 commit fd407bcCopy full SHA for fd407bc
.github/workflows/docs.yaml
@@ -31,7 +31,7 @@ jobs:
31
run: poetry config virtualenvs.in-project true
32
33
- name: set up python cache
34
- uses: actions/cache@v2
+ uses: actions/cache@v3
35
id: python-cache
36
with:
37
path: .venv
.github/workflows/release-please.yml
@@ -42,7 +42,7 @@ jobs:
42
43
44
if: ${{ steps.release.outputs.release_created }}
45
46
47
48
.github/workflows/tests.yaml
@@ -37,7 +37,7 @@ jobs:
38
39
40
41
0 commit comments