Skip to content

Commit 229e624

Browse files
authored
Merge pull request #527 from DataIntegrationGroup/dependabot/github_actions/staging/actions/setup-python-6.2.0
build(deps): bump actions/setup-python from 5.6.0 to 6.2.0
2 parents efd2153 + c240553 commit 229e624

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.0.2
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)