Skip to content

Commit a4a38d1

Browse files
Bump actions/setup-python from 5.6.0 to 6.0.0 (#67)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...v6.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96baf17 commit a4a38d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/[email protected]
2828

2929
- name: Set up Python
30-
uses: actions/setup-python@v5.6.0
30+
uses: actions/setup-python@v6.0.0
3131
with:
3232
python-version: "3.X"
3333

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "BUILD_NUMBER=${BUILD_NUMBER}" | tee -a ${GITHUB_OUTPUT}
4040
4141
- name: Set up Python
42-
uses: actions/setup-python@v5.6.0
42+
uses: actions/setup-python@v6.0.0
4343
with:
4444
python-version: "3.X"
4545

0 commit comments

Comments
 (0)