Skip to content

Commit 6030156

Browse files
Build(deps): 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 214acd7 commit 6030156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
enable-cache: true
9494

9595
- name: Install Python
96-
uses: actions/setup-python@v6
96+
uses: actions/setup-python@v7
9797
with:
9898
python-version-file: "pyproject.toml"
9999

0 commit comments

Comments
 (0)