Skip to content

Commit f9bbba6

Browse files
chore(deps): update actions/setup-python action to v6
1 parent c4ae5ce commit f9bbba6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/checkout@v4
8383

8484
- name: Set up Python
85-
uses: actions/setup-python@v5
85+
uses: actions/setup-python@v6
8686
with:
8787
python-version: '3.13' # Use 3.13 until bandit supports 3.14
8888

@@ -117,7 +117,7 @@ jobs:
117117
fetch-depth: 0 # Needed for setuptools_scm
118118

119119
- name: Set up Python
120-
uses: actions/setup-python@v5
120+
uses: actions/setup-python@v6
121121
with:
122122
python-version: '3.14'
123123

@@ -157,7 +157,7 @@ jobs:
157157
uses: actions/checkout@v4
158158

159159
- name: Set up Python
160-
uses: actions/setup-python@v5
160+
uses: actions/setup-python@v6
161161
with:
162162
python-version: '3.14'
163163

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0 # Needed for setuptools_scm
1616

1717
- name: Set up Python 3.14
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: '3.14'
2121

0 commit comments

Comments
 (0)