Skip to content

Commit 1610ccd

Browse files
author
Jeff Whitaker
authored
Merge pull request #1327 from Unidata/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents b2a574e + 752ae62 commit 1610ccd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424

25-
- uses: actions/setup-python@v4
25+
- uses: actions/setup-python@v5
2626
name: Install Python
2727
with:
2828
python-version: 3.x
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
fetch-depth: 0
131131

132-
- uses: actions/setup-python@v4
132+
- uses: actions/setup-python@v5
133133
name: Install Python
134134
with:
135135
python-version: 3.x

0 commit comments

Comments
 (0)