Skip to content

Commit

Permalink
Merge pull request #209 from arduino/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
per1234 authored Dec 7, 2023
2 parents f91050e + 605d0fe commit b549ac0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-python-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version-file: .python-version

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version-file: .python-version

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-yaml-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version-file: .python-version

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version-file: .python-version

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python-poetry-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version-file: .python-version

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:
echo "path=$(python -m site --user-site)" >> $GITHUB_OUTPUT
- name: Install Python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v5
with:
python-version-file: ${{ github.action_path }}/.python-version

Expand Down

0 comments on commit b549ac0

Please sign in to comment.