Skip to content

Commit 1ce152d

Browse files
Merge pull request #128 from flintlib/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents b8abf94 + 852a67c commit 1ce152d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
flinttag: ['v3.0.0', 'v3.0.1', 'v3.1.0', 'main']
134134
steps:
135135
- uses: actions/checkout@v4
136-
- uses: actions/setup-python@v4
136+
- uses: actions/setup-python@v5
137137
with:
138138
python-version: 3.12
139139
- run: bin/pip_install_ubuntu.sh . ${{ matrix.flinttag }}

0 commit comments

Comments
 (0)