Skip to content

Commit f365b8b

Browse files
Bump actions/setup-python from 6.0.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 960407f commit f365b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
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@v6.0.0
16+
uses: actions/setup-python@v6.1.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@v6.0.0
53+
uses: actions/setup-python@v6.1.0
5454
with:
5555
python-version: '3.12'
5656

0 commit comments

Comments
 (0)