Skip to content

Commit b8ae3c5

Browse files
Merge pull request #477 from Pylons/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents a923e31 + 1718a36 commit b8ae3c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
steps:
8383
- uses: actions/checkout@v6
8484
- name: Setup python
85-
uses: actions/setup-python@v5
85+
uses: actions/setup-python@v6
8686
with:
8787
python-version: ${{ matrix.py }}
8888
architecture: ${{ matrix.architecture }}
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- uses: actions/checkout@v6
104104
- name: Setup python
105-
uses: actions/setup-python@v5
105+
uses: actions/setup-python@v6
106106
with:
107107
python-version: "3.13"
108108
architecture: x64
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- uses: actions/checkout@v6
117117
- name: Setup python
118-
uses: actions/setup-python@v5
118+
uses: actions/setup-python@v6
119119
with:
120120
python-version: "3.13"
121121
architecture: x64
@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
- uses: actions/checkout@v6
130130
- name: Setup python
131-
uses: actions/setup-python@v5
131+
uses: actions/setup-python@v6
132132
with:
133133
python-version: "3.13"
134134
architecture: x64

0 commit comments

Comments
 (0)