Skip to content

Commit 59adabd

Browse files
[skip-changelog] Bump actions/setup-python from 4 to 5 (#2451)
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 a20e7b7 commit 59adabd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/check-mkdocs-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
repo-token: ${{ secrets.GITHUB_TOKEN }}
5151

5252
- name: Install Python
53-
uses: actions/setup-python@v4
53+
uses: actions/setup-python@v5
5454
with:
5555
python-version: ${{ env.PYTHON_VERSION }}
5656

Diff for: .github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
repo-token: ${{ secrets.GITHUB_TOKEN }}
7171

7272
- name: Install Python
73-
uses: actions/setup-python@v4
73+
uses: actions/setup-python@v5
7474
with:
7575
python-version: ${{ env.PYTHON_VERSION }}
7676

0 commit comments

Comments
 (0)