We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b94c4 commit 630e902Copy full SHA for 630e902
2 files changed
.github/workflows/release-pages.yaml
@@ -18,7 +18,7 @@ jobs:
18
git config user.name "$GITHUB_ACTOR"
19
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
20
- uses: actions/setup-python@v6
21
- - uses: abatilo/actions-poetry@v3
+ - uses: abatilo/actions-poetry@v4
22
- name: Build and deploy the mkdocs site
23
run: |-
24
poetry install --no-root
.github/workflows/test-mkdocs.yaml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v6
13
14
- uses: pre-commit/action@v3.0.1
15
16
- name: Build the mkdocs site
17
0 commit comments