Skip to content

Commit ed34379

Browse files
Merge pull request #115 from flintlib/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 258286a + 8e62e1a commit ed34379

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/buildwheel.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717

18-
- uses: actions/setup-python@v4
18+
- uses: actions/setup-python@v5
1919
with:
2020
python-version: '3.10'
2121

@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v3
6565

66-
- uses: actions/setup-python@v4
66+
- uses: actions/setup-python@v5
6767
with:
6868
python-version: '3.12'
6969

@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- uses: actions/checkout@v3
8585

86-
- uses: actions/setup-python@v4
86+
- uses: actions/setup-python@v5
8787
with:
8888
python-version: '3.12'
8989

@@ -108,7 +108,7 @@ jobs:
108108
python-version: ['3.9', '3.10', '3.11', '3.12']
109109

110110
steps:
111-
- uses: actions/setup-python@v4
111+
- uses: actions/setup-python@v5
112112
with:
113113
python-version: ${{ matrix.python-version }}
114114
- uses: actions/download-artifact@v3
@@ -130,7 +130,7 @@ jobs:
130130
target: ['.', 'python-flint']
131131
steps:
132132
- uses: actions/checkout@v3
133-
- uses: actions/setup-python@v4
133+
- uses: actions/setup-python@v5
134134
with:
135135
python-version: ${{ matrix.python-version }}
136136
- run: bin/pip_install_ubuntu.sh ${{ matrix.target }}

0 commit comments

Comments
 (0)