Skip to content

Commit 5e8ea07

Browse files
Bump actions/setup-python from 5.6.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.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-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90ad1b3 commit 5e8ea07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v5
18-
- uses: actions/setup-python@v5.6.0
18+
- uses: actions/setup-python@v6.1.0
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Run image

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v5.6.0
16+
uses: actions/setup-python@v6.1.0
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install poetry

0 commit comments

Comments
 (0)