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 fd407bc commit 16e2433Copy full SHA for 16e2433
.github/workflows/docs.yaml
@@ -16,7 +16,7 @@ jobs:
16
run: sudo apt-get install -y hunspell-en-gb
17
18
- name: set python version
19
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
20
with:
21
python-version: "3.10"
22
.github/workflows/release-please.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
if: ${{ steps.release.outputs.release_created }}
26
27
28
29
.github/workflows/tests.yaml
0 commit comments