Skip to content

Commit 5978148

Browse files
authored
Merge pull request #488 from DataIntegrationGroup/dependabot/github_actions/staging/actions/setup-python-6
build(deps): bump actions/setup-python from 5 to 6
2 parents 037568b + 35366f3 commit 5978148

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
2121
- name: Set up Python environment - 3.12
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: "3.12"
2525
cache: "pip"

.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@v5
61+
uses: actions/setup-python@v6
6262
with:
6363
python-version-file: "pyproject.toml"
6464

0 commit comments

Comments
 (0)