Skip to content

Commit

Permalink
Use Python 3.11 instead of 3.x in actions (#3324)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Oct 29, 2023
1 parent ad64bc7 commit 8c56abe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/[email protected]
id: python
with:
python-version: "3.x"
python-version: "3.11"

- name: 📦 Install pre-commit
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: 🛠️ Set up Python
uses: actions/[email protected]
with:
python-version: "3.x"
python-version: "3.11"

- name: 🔢 Get version
if: ${{ github.event_name == 'release' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/[email protected]
id: python
with:
python-version: "3.x"
python-version: "3.11"
cache: 'pip'
cache-dependency-path: |
requirements_base.txt
Expand Down

0 comments on commit 8c56abe

Please sign in to comment.