Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MrThearMan committed Jul 21, 2023
1 parent f0b99f0 commit 170c659
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ on:

jobs:
docs:
uses: MrThearMan/CI/.github/workflows/docs.yml@v0.3.3
uses: MrThearMan/CI/.github/workflows/docs.yml@v0.3.4
with:
poetry-version: "1.5.1"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
uses: MrThearMan/CI/.github/workflows/release.yml@v0.3.3
uses: MrThearMan/CI/.github/workflows/release.yml@v0.3.4
with:
poetry-version: "1.5.1"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
test:
uses: MrThearMan/CI/.github/workflows/test.yml@v0.3.3
uses: MrThearMan/CI/.github/workflows/test.yml@v0.3.4
with:
poetry-version: "1.5.1"
python-version: '["3.9", "3.10", "3.11"]'

0 comments on commit 170c659

Please sign in to comment.