Skip to content

Commit 81e96d6

Browse files
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] <support@github.com>
1 parent c2a09c8 commit 81e96d6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
pipx install poetry
6060
6161
- name: Setup Python
62-
uses: actions/setup-python@v4
62+
uses: actions/setup-python@v5
6363
with:
6464
python-version: '3.x'
6565
cache: poetry
@@ -159,7 +159,7 @@ jobs:
159159
brew install llvm@16
160160
161161
- name: Setup Python
162-
uses: actions/setup-python@v4
162+
uses: actions/setup-python@v5
163163
with:
164164
python-version: '3.x'
165165
cache: poetry
@@ -265,7 +265,7 @@ jobs:
265265
echo "CONAN_HOME=${{ runner.temp }}/.conan2" >> ${{ github.env }}
266266
267267
- name: Setup Python
268-
uses: actions/setup-python@v4
268+
uses: actions/setup-python@v5
269269
with:
270270
python-version: '3.x'
271271
cache: poetry
@@ -360,7 +360,7 @@ jobs:
360360
echo "CONAN_HOME=${{ runner.temp }}/.conan2" >> ${{ github.env }}
361361
362362
- name: Setup Python
363-
uses: actions/setup-python@v4
363+
uses: actions/setup-python@v5
364364
with:
365365
python-version: '3.x'
366366
cache: poetry
@@ -426,7 +426,7 @@ jobs:
426426
echo "CONAN_HOME=${{ runner.temp }}/.conan2" >> ${{ github.env }}
427427
428428
- name: Setup Python
429-
uses: actions/setup-python@v4
429+
uses: actions/setup-python@v5
430430
with:
431431
python-version: '3.x'
432432
cache: poetry

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: pipx install poetry
1818

1919
- name: Setup Python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: '3.x'
2323
cache: poetry

0 commit comments

Comments
 (0)