Skip to content

Commit 75f99f2

Browse files
authored
Merge pull request #239 from PyO3/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents a3013db + 58fec5d commit 75f99f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
args: -m maturin/test-crates/hello-world/Cargo.toml
9999
manylinux: 'auto'
100100
target: 'powerpc64le-unknown-linux-musl'
101-
- uses: actions/setup-python@v4
101+
- uses: actions/setup-python@v5
102102
with:
103103
python-version: '3.11'
104104
- name: maturin build manylinux off

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/setup-python@v4
15+
- uses: actions/setup-python@v5
1616
with:
1717
python-version: "3.10"
1818
- name: Install requirements

0 commit comments

Comments
 (0)