Skip to content

Commit

Permalink
💚 pin python
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed Nov 10, 2023
1 parent 911eda3 commit 7de9ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.9
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.9
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
Expand Down

0 comments on commit 7de9ffe

Please sign in to comment.