Skip to content

Commit d9276eb

Browse files
dependabot[bot]rafalkrupinski
authored andcommitted
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] <support@github.com>
1 parent 6642b95 commit d9276eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: '3.12'
2323

@@ -63,7 +63,7 @@ jobs:
6363
fetch-depth: 0
6464

6565
- name: Set up Python ${{ matrix.python-version }}
66-
uses: actions/setup-python@v4
66+
uses: actions/setup-python@v5
6767
with:
6868
python-version: ${{ matrix.python-version }}
6969

@@ -137,7 +137,7 @@ jobs:
137137
timeout 10s poetry run pip --version || rm -rf .venv
138138
139139
- name: Set up Python
140-
uses: actions/setup-python@v4
140+
uses: actions/setup-python@v5
141141
with:
142142
python-version: '3.11'
143143
- name: Set up Poetry

0 commit comments

Comments
 (0)