Skip to content

Commit 3ec0768

Browse files
build(deps): bump actions/setup-python from 5.6.0 to 6.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95bfb60 commit 3ec0768

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/format_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Check out source repository
2020
uses: actions/checkout@v6
2121
- name: Set up Python environment - 3.12
22-
uses: actions/setup-python@v6
22+
uses: actions/setup-python@v6.2.0
2323
with:
2424
python-version: "3.12"
2525
cache: "pip"

.github/workflows/jira_codex_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fi
5555
5656
- name: Set up Python
57-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
57+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5858
with:
5959
python-version: ${{ env.PYTHON_VERSION }}
6060

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
enable-cache: true
5959

6060
- name: Set up Python
61-
uses: actions/setup-python@v6
61+
uses: actions/setup-python@v6.2.0
6262
with:
6363
python-version-file: "pyproject.toml"
6464

0 commit comments

Comments
 (0)