Skip to content

Commit e936d6f

Browse files
dependabot[bot]seifertm
authored andcommitted
Build(deps): Bump actions/setup-python from 4 to 5
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]>
1 parent 9a7248a commit e936d6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
27-
- uses: actions/setup-python@v4
27+
- uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ env.PYTHON_LATEST }}
3030
- name: Install GitHub matcher for ActionLint checker
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- uses: actions/checkout@v4
68-
- uses: actions/setup-python@v4
68+
- uses: actions/setup-python@v5
6969
if: "!endsWith(matrix.python-version, '-dev')"
7070
with:
7171
python-version: ${{ matrix.python-version }}
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
jobs: ${{ toJSON(needs) }}
102102
- uses: actions/checkout@v4
103-
- uses: actions/setup-python@v4
103+
- uses: actions/setup-python@v5
104104
with:
105105
python-version: ${{ env.PYTHON_LATEST }}
106106
- name: Install Coverage.py

0 commit comments

Comments
 (0)