Skip to content

Commit 01298a5

Browse files
[GHA] Dependabot: Bump actions/setup-python from 3 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58c1508 commit 01298a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install git-secrets
1212
run: sudo make install
1313
- uses: actions/checkout@v7
14-
- uses: actions/setup-python@v3
14+
- uses: actions/setup-python@v6
1515
with:
1616
python-version: "3.13"
1717
- name: Install git-secrets in the repository

0 commit comments

Comments
 (0)