Skip to content

Commit edbfb79

Browse files
authored
Merge pull request #61 from arduino/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents c29946b + ace4841 commit edbfb79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/check-poetry-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v4
6262

6363
- name: Install Python
64-
uses: actions/setup-python@v4
64+
uses: actions/setup-python@v5
6565
with:
6666
python-version: ${{ env.PYTHON_VERSION }}
6767

@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/checkout@v4
9090

9191
- name: Install Python
92-
uses: actions/setup-python@v4
92+
uses: actions/setup-python@v5
9393
with:
9494
python-version: ${{ env.PYTHON_VERSION }}
9595

0 commit comments

Comments
 (0)