Skip to content

Commit 097fdaa

Browse files
Bump actions/setup-python from 5.4.0 to 5.5.0 (#48)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.4.0...v5.5.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d65cda commit 097fdaa

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
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/[email protected]
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v5.4.0
29+
uses: actions/setup-python@v5.5.0
3030
with:
3131
python-version: "3.X"
3232

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "BUILD_NUMBER=${BUILD_NUMBER}" | tee -a ${GITHUB_OUTPUT}
3939
4040
- name: Set up Python
41-
uses: actions/setup-python@v5.4.0
41+
uses: actions/setup-python@v5.5.0
4242
with:
4343
python-version: "3.X"
4444

0 commit comments

Comments
 (0)