Skip to content

Commit 2345e34

Browse files
Bump actions/setup-python from 5 to 6 in the actions group
Bumps the actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 732c00e commit 2345e34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v5
1212
with:
1313
persist-credentials: false
14-
- uses: actions/setup-python@v5
14+
- uses: actions/setup-python@v6
1515
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
1616
build:
1717
runs-on: ubuntu-latest
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323
with:
2424
persist-credentials: false
25-
- uses: actions/setup-python@v5
25+
- uses: actions/setup-python@v6
2626
with:
2727
python-version: "3.10"
2828
- name: Install dependencies

0 commit comments

Comments
 (0)