Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit ae04ea9

Browse files
renovate[bot]iciclespider
authored andcommitted
chore(deps): update actions/setup-python action to v6
1 parent fac7f6a commit ae04ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/checkout@v4
6565

6666
- name: Setup Python
67-
uses: actions/setup-python@v5
67+
uses: actions/setup-python@v6
6868
with:
6969
python-version: ${{ env.PYTHON_VERSION }}
7070

@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/checkout@v4
9898

9999
- name: Setup Python
100-
uses: actions/setup-python@v5
100+
uses: actions/setup-python@v6
101101
with:
102102
python-version: ${{ env.PYTHON_VERSION }}
103103

0 commit comments

Comments
 (0)