Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2572853

Browse files
gha: bump actions/setup-python from 5 to 6 in the github-actions group (#269)
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4599318 commit 2572853

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 5
5353

5454
- name: Set up Python 3
55-
uses: actions/setup-python@v5
55+
uses: actions/setup-python@v6
5656
with:
5757
python-version: ${{ inputs.version }}
5858
cache: pip
@@ -118,7 +118,7 @@ jobs:
118118
fetch-depth: 5
119119

120120
- name: Set up Python 3
121-
uses: actions/setup-python@v5
121+
uses: actions/setup-python@v6
122122
with:
123123
python-version: ${{ inputs.version }}
124124
cache: pip

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
ref: ${{ env.PYDOC_VERSION }}
5050
path: ${{ env.LANGUAGE_DIR }}
5151

52-
- uses: actions/setup-python@v5
52+
- uses: actions/setup-python@v6
5353
with:
5454
python-version: ${{ inputs.version }}
5555
allow-prereleases: true

0 commit comments

Comments
 (0)