Skip to content

Commit 78a6732

Browse files
Bump actions/setup-python from 4.7.1 to 5.0.0 (#54)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e1db4d commit 78a6732

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/[email protected]
3737
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3838
id: python
39-
uses: actions/setup-python@v4.7.1
39+
uses: actions/setup-python@v5.0.0
4040
with:
4141
python-version: ${{ env.DEFAULT_PYTHON }}
4242
check-latest: true
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/[email protected]
9191
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9292
id: python
93-
uses: actions/setup-python@v4.7.1
93+
uses: actions/setup-python@v5.0.0
9494
with:
9595
python-version: ${{ env.DEFAULT_PYTHON }}
9696
check-latest: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/[email protected]
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
26-
uses: actions/setup-python@v4.7.1
26+
uses: actions/setup-python@v5.0.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
check-latest: true

.github/workflows/tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/[email protected]
4040
- name: Set up Python ${{ matrix.python-version }}
4141
id: python
42-
uses: actions/setup-python@v4.7.1
42+
uses: actions/setup-python@v5.0.0
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
check-latest: true
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/[email protected]
8787
- name: Set up Python 3.11
8888
id: python
89-
uses: actions/setup-python@v4.7.1
89+
uses: actions/setup-python@v5.0.0
9090
with:
9191
python-version: "3.11"
9292
check-latest: true
@@ -126,7 +126,7 @@ jobs:
126126
uses: actions/[email protected]
127127
- name: Set up Python ${{ matrix.python-version }}
128128
id: python
129-
uses: actions/setup-python@v4.7.1
129+
uses: actions/setup-python@v5.0.0
130130
with:
131131
python-version: ${{ matrix.python-version }}
132132
check-latest: true
@@ -180,7 +180,7 @@ jobs:
180180
uses: actions/[email protected]
181181
- name: Set up Python ${{ matrix.python-version }}
182182
id: python
183-
uses: actions/setup-python@v4.7.1
183+
uses: actions/setup-python@v5.0.0
184184
with:
185185
python-version: ${{ matrix.python-version }}
186186
check-latest: true
@@ -226,7 +226,7 @@ jobs:
226226
uses: actions/[email protected]
227227
- name: Set up Python ${{ matrix.python-version }}
228228
id: python
229-
uses: actions/setup-python@v4.7.1
229+
uses: actions/setup-python@v5.0.0
230230
with:
231231
python-version: ${{ matrix.python-version }}
232232
check-latest: true
@@ -270,7 +270,7 @@ jobs:
270270
uses: actions/[email protected]
271271
- name: Set up Python ${{ matrix.python-version }}
272272
id: python
273-
uses: actions/setup-python@v4.7.1
273+
uses: actions/setup-python@v5.0.0
274274
with:
275275
python-version: ${{ matrix.python-version }}
276276
check-latest: true

0 commit comments

Comments
 (0)