Skip to content

Commit c3a27ff

Browse files
committed
chore: GH action upgrade setup-python action
1 parent ce99536 commit c3a27ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install dependencies
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout
3636
uses: actions/checkout@v4
3737
- name: Set up Python
38-
uses: actions/setup-python@v4
38+
uses: actions/setup-python@v5
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Install and upgrade packaging tools
@@ -55,7 +55,7 @@ jobs:
5555
- name: Checkout
5656
uses: actions/checkout@v4
5757
- name: Set up Python
58-
uses: actions/setup-python@v4
58+
uses: actions/setup-python@v5
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
- name: Install and upgrade packaging tools
@@ -75,7 +75,7 @@ jobs:
7575
- name: Checkout
7676
uses: actions/checkout@v4
7777
- name: Set up Python
78-
uses: actions/setup-python@v4
78+
uses: actions/setup-python@v5
7979
with:
8080
python-version: ${{ matrix.python-version }}
8181
- name: Install and upgrade packaging tools
@@ -95,7 +95,7 @@ jobs:
9595
- name: Checkout
9696
uses: actions/checkout@v4
9797
- name: Set up Python
98-
uses: actions/setup-python@v4
98+
uses: actions/setup-python@v5
9999
with:
100100
python-version: ${{ matrix.python-version }}
101101
- name: Install dependencies
@@ -117,7 +117,7 @@ jobs:
117117
- name: Checkout
118118
uses: actions/checkout@v4
119119
- name: Set up Python
120-
uses: actions/setup-python@v4
120+
uses: actions/setup-python@v5
121121
with:
122122
python-version: ${{ matrix.python-version }}
123123
- name: Install and upgrade packaging tools

0 commit comments

Comments
 (0)