Skip to content

Commit 507e55e

Browse files
Update actions/setup-python action to v7
1 parent 92f0f00 commit 507e55e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v7
4343

4444
- name: Setup Python
45-
uses: actions/setup-python@v6
45+
uses: actions/setup-python@v7
4646
with:
4747
python-version: ${{ env.PYTHON_VERSION }}
4848

@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@v7
6060

6161
- name: Setup Python
62-
uses: actions/setup-python@v6
62+
uses: actions/setup-python@v7
6363
with:
6464
python-version: ${{ env.PYTHON_VERSION }}
6565

0 commit comments

Comments
 (0)