Skip to content

Commit

Permalink
Merge pull request #124 from makermelissa/fix-github-actions
Browse files Browse the repository at this point in the history
Pin Github actions to python 3.11
  • Loading branch information
makermelissa authored Dec 30, 2023
2 parents 61075a9 + 34d65e1 commit 0c50ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
id: repo-name
run: |
echo "repo-name=Adafruit-Blinka-displayio" >> $GITHUB_OUTPUT
- name: Set up Python 3.x
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"
- name: Versions
run: |
python3 --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
- name: Install dependencies
if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')
run: |
Expand Down

0 comments on commit 0c50ba2

Please sign in to comment.