Skip to content

Commit 4218d89

Browse files
Bump actions/setup-python from 4 to 5 (#174)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- 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 10b0f10 commit 4218d89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/mkdocs-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: actions/setup-python@v4
12+
- uses: actions/setup-python@v5
1313
with:
1414
python-version: 3.x
1515
- name: Install python action for doc extraction

.github/workflows/run-pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-python@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: '3.x'
1616
- run: python3 -m pip install pre-commit

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ runs:
113113
using: "composite"
114114
steps:
115115
- name: Install python
116-
uses: actions/setup-python@v4
116+
uses: actions/setup-python@v5
117117
id: setup-python
118118
with:
119119
python-version: '3.11'

0 commit comments

Comments
 (0)