Skip to content

Commit

Permalink
ci: Use Python 3.12 as it's default for Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
cpswan committed Nov 21, 2024
1 parent 80371db commit b1cc928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pymarkdownlnt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.9 #install the python needed
python-version: 3.12 #install the python needed
- name: checkout repo content
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install and run linter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_python_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.11'
python-version: '3.12'

- name: Install Poetry
if: ${{ github.actor == 'dependabot[bot]' }}
Expand Down

0 comments on commit b1cc928

Please sign in to comment.