Skip to content

Commit 9fcf91b

Browse files
Bump actions/setup-python from 5 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...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 b9d7aed commit 9fcf91b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/programming_team_code_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Set up Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v7
1717
- name: Make preinstalled g++-14 the default g++
1818
run: |
1919
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 100

0 commit comments

Comments
 (0)