Skip to content

Commit 9027e63

Browse files
- upgrading deprecated GitHub actions;
1 parent b8bb140 commit 9027e63

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-upload.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
build-wheel:
1717
runs-on: 'ubuntu-latest'
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

21-
- uses: actions/setup-python@v4
21+
- uses: actions/setup-python@v5
2222
with:
2323
python-version: 3.11
2424

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
python: [ '3.10', '3.11', '3.12' ]
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

24-
- uses: actions/setup-python@v4
24+
- uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python }}
2727
allow-prereleases: true

0 commit comments

Comments
 (0)