Skip to content

Commit 555d789

Browse files
Bump actions/setup-python from 5.4.0 to 5.5.0
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) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6b0e68 commit 555d789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Setup Python
16-
uses: actions/setup-python@v5.4.0
16+
uses: actions/setup-python@v5.5.0
1717
with:
1818
python-version: '3.12'
1919

@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Setup Python
53-
uses: actions/setup-python@v5.4.0
53+
uses: actions/setup-python@v5.5.0
5454
with:
5555
python-version: '3.12'
5656

0 commit comments

Comments
 (0)