Skip to content

Commit c843a49

Browse files
gha: bump actions/setup-python from 6 to 7 in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93fa74a commit c843a49

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fetch-depth: 5
5858

5959
- name: Set up Python 3
60-
uses: actions/setup-python@v6
60+
uses: actions/setup-python@v7
6161
with:
6262
python-version: ${{ inputs.version }}
6363
cache: pip
@@ -144,7 +144,7 @@ jobs:
144144
fetch-depth: 5
145145

146146
- name: Set up Python 3
147-
uses: actions/setup-python@v6
147+
uses: actions/setup-python@v7
148148
with:
149149
python-version: ${{ inputs.version }}
150150
cache: pip

.github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
ref: ${{ env.PYDOC_VERSION }}
4242
path: ${{ env.PYDOC_LANG_DIR }}
4343

44-
- uses: actions/setup-python@v6
44+
- uses: actions/setup-python@v7
4545
with:
4646
python-version: ${{ inputs.version }}
4747
allow-prereleases: true
@@ -135,7 +135,7 @@ jobs:
135135
ref: ${{ env.PYDOC_VERSION }}
136136
path: ${{ env.PYDOC_LANG_DIR }}
137137

138-
- uses: actions/setup-python@v6
138+
- uses: actions/setup-python@v7
139139
with:
140140
python-version: ${{ inputs.version }}
141141
allow-prereleases: true

0 commit comments

Comments
 (0)