Skip to content

Commit 5028895

Browse files
committed
bump actions/setup-python
1 parent 9128c85 commit 5028895

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run-expensive-tests: true
2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: actions/setup-python@v5
24+
- uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
cache: "pip"
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
name: coverage
9696
path: dist
97-
- uses: actions/setup-python@v5
97+
- uses: actions/setup-python@v6
9898
with:
9999
python-version: "3.12"
100100
cache: "pip"
@@ -178,7 +178,7 @@ jobs:
178178
with:
179179
fetch-depth: 2
180180
- name: Set up Python
181-
uses: actions/setup-python@v5
181+
uses: actions/setup-python@v6
182182
with:
183183
python-version: '3.13'
184184
cache: 'pip'

0 commit comments

Comments
 (0)