Skip to content

Commit bac6572

Browse files
chore(deps): bump actions/setup-python from 5 to 6 (#541)
Bumps [actions/setup-python](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba83144 commit bac6572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
security-events: write
133133
steps:
134134
- uses: actions/checkout@v5
135-
- uses: actions/setup-python@v5
135+
- uses: actions/setup-python@v6
136136
with:
137137
python-version: "3.13"
138138

0 commit comments

Comments
 (0)