Skip to content

Commit 448a818

Browse files
authored
upgrade actions/setup-python (#1116)
1 parent db57d6e commit 448a818

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: "actions/checkout@v3"
15-
- uses: "actions/setup-python@v1"
15+
- uses: "actions/setup-python@v5"
1616
with:
1717
python-version: 3.13
1818
- name: "Install dependencies"

.github/workflows/tests.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v3
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v3
5959
- name: Set up Python ${{ matrix.python-version }}
60-
uses: actions/setup-python@v3
60+
uses: actions/setup-python@v5
6161
with:
6262
python-version: ${{ matrix.python-version }}
6363
- name: Install dependencies
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110
- uses: actions/checkout@v3
111111
- name: Set up Python ${{ matrix.python-version }}
112-
uses: actions/setup-python@v3
112+
uses: actions/setup-python@v5
113113
with:
114114
python-version: ${{ matrix.python-version }}
115115
- name: Install dependencies
@@ -146,7 +146,7 @@ jobs:
146146
steps:
147147
- uses: actions/checkout@v3
148148
- name: Set up Python ${{ matrix.python-version }}
149-
uses: actions/setup-python@v3
149+
uses: actions/setup-python@v5
150150
with:
151151
python-version: ${{ matrix.python-version }}
152152
- name: Install dependencies
@@ -180,7 +180,7 @@ jobs:
180180
steps:
181181
- uses: actions/checkout@v3
182182
- name: Set up Python ${{ matrix.python-version }}
183-
uses: actions/setup-python@v3
183+
uses: actions/setup-python@v5
184184
with:
185185
python-version: ${{ matrix.python-version }}
186186
- name: Install dependencies

0 commit comments

Comments
 (0)