Skip to content

Commit 6422241

Browse files
Bump actions/setup-python from 4 to 5 (#76)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3745a8 commit 6422241

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/_shared-docs-build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
}
276276
277277
- name: Set up Python
278-
uses: actions/setup-python@v4
278+
uses: actions/setup-python@v5
279279
with:
280280
python-version: ${{ inputs.python }}
281281

.github/workflows/_shared-docs-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
core.setOutput('skip-init', skipInit)
194194
195195
- name: Set up Python
196-
uses: actions/setup-python@v4
196+
uses: actions/setup-python@v5
197197
with:
198198
python-version: ${{ inputs.python }}
199199

.github/workflows/generate-wiki-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
repository: ${{ github.repository }}.wiki
3333
path: ${{ env.WIKI }}
3434

35-
- uses: actions/setup-python@v4
35+
- uses: actions/setup-python@v5
3636
if: fromJSON(env.SHOULD_RUN)
3737
with:
3838
python-version: '3.11'

.github/workflows/test-action-build-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
uses: actions/checkout@v3
112112

113113
- name: Install Python
114-
uses: actions/setup-python@v4
114+
uses: actions/setup-python@v5
115115
with:
116116
python-version: 3.11
117117

0 commit comments

Comments
 (0)