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 d201fe7 commit 29c23cfCopy full SHA for 29c23cf
.github/workflows/docs.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: fetch code
28
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
29
30
- name: setup pages
31
id: pages
.github/workflows/release-please.yml
@@ -19,7 +19,7 @@ jobs:
19
package-name: ${{ env.PACKAGE_NAME }}
20
21
22
23
if: ${{ steps.release.outputs.release_created }}
24
- name: set python version
.github/workflows/tests.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@master
- name: install en-gb dictionary
run: sudo apt-get install -y hunspell-en-gb
0 commit comments