Skip to content

Commit 18b9902

Browse files
⬆️ Bump actions/setup-python from 4 to 5 (#1)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 04217d6 commit 18b9902

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Set up Python
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{matrix.python}}
3030
- name: Install dependencies
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v4
5050
- name: Set up Python
51-
uses: actions/setup-python@v4
51+
uses: actions/setup-python@v5
5252
with:
5353
python-version: 3.8
5454
- name: Install dependencies
@@ -88,7 +88,7 @@ jobs:
8888
- name: Checkout source
8989
uses: actions/checkout@v4
9090
- name: Set up Python 3.8
91-
uses: actions/setup-python@v4
91+
uses: actions/setup-python@v5
9292
with:
9393
python-version: "3.8"
9494
- name: install flit

0 commit comments

Comments
 (0)