Skip to content

Commit 73b7879

Browse files
authored
Actions update
1 parent 1539a7b commit 73b7879

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: Set up Python
23-
uses: actions/setup-python@v3
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: "3.10"
2626
- name: Install dependencies
@@ -54,9 +54,9 @@ jobs:
5454
python_version: ["3.10", "3.11", "3.12", "3.13"]
5555

5656
steps:
57-
- uses: actions/checkout@v3
57+
- uses: actions/checkout@v4
5858
- name: Set up Python
59-
uses: actions/setup-python@v3
59+
uses: actions/setup-python@v5
6060
with:
6161
python-version: ${{ matrix.python_version }}
6262
- name: Remove source code
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- run: echo ${{ github.event_name }} ${{ github.event.action }} ${{ github.event.release.tag_name }}
8585
- name: Set up Python
86-
uses: actions/setup-python@v3
86+
uses: actions/setup-python@v5
8787
with:
8888
python-version: ${{ matrix.python_version }}
8989
- name: Download wheel

0 commit comments

Comments
 (0)