Skip to content

Commit 5e91300

Browse files
chore(deps): bump actions/setup-python from 5.6.0 to 6.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...ece7cb0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fac1ff6 commit 5e91300

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
persist-credentials: false
5454
- name: Setup Python Environment
5555
# see https://github.com/actions/setup-python
56-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
56+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
5757
with:
5858
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
5959
architecture: 'x64'

.github/workflows/generate_algorithm_families.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Set up Python
2727
# see https://github.com/actions/setup-python
28-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
28+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2929
with:
3030
python-version: '3.x'
3131

0 commit comments

Comments
 (0)