Skip to content

Commit 60ee381

Browse files
MINOR: [CI] Bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0617024 commit 60ee381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
key: integration-conda-${{ hashFiles('cpp/**') }}
108108
restore-keys: integration-conda-
109109
- name: Setup Python
110-
uses: actions/setup-python@v6
110+
uses: actions/setup-python@v7
111111
with:
112112
python-version: 3.12
113113
- name: Setup Archery

0 commit comments

Comments
 (0)