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 327021f commit 49710f0Copy full SHA for 49710f0
.github/workflows/docs.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: fetch code
28
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
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
- name: install en-gb dictionary
run: sudo apt-get install -y hunspell-en-gb
0 commit comments