Skip to content

Commit 37493e4

Browse files
Bump actions/setup-python from 4 to 5 (#16)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd6f7e8 commit 37493e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: "Setup Python @ ${{ matrix.python-version }}"
4747
id: setup-python
48-
uses: actions/setup-python@v4
48+
uses: actions/setup-python@v5
4949
with:
5050
python-version: "${{ matrix.python-version }}"
5151
cache: "poetry"

.github/workflows/coverage_and_lint.yaml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: "Setup Python @ ${{ matrix.python-version }}"
4444
id: setup-python
45-
uses: actions/setup-python@v4
45+
uses: actions/setup-python@v5
4646
with:
4747
python-version: "${{ matrix.python-version }}"
4848
cache: "poetry"

0 commit comments

Comments
 (0)