Skip to content

Commit aceba73

Browse files
build(deps): bump actions/setup-python from 4.5.0 to 5.6.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.5.0...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85f3998 commit aceba73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
- name: Setup Python ${{ matrix.python }}
29-
uses: actions/setup-python@v4.5.0
29+
uses: actions/setup-python@v5.6.0
3030
with:
3131
python-version: ${{ matrix.python }}
3232
- uses: actions/[email protected]

.github/workflows/mutation-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/[email protected]
1010
- name: Setup Python
11-
uses: actions/setup-python@v4.5.0
11+
uses: actions/setup-python@v5.6.0
1212
with:
1313
python-version: 3.11
1414
- uses: actions/[email protected]

0 commit comments

Comments
 (0)