Skip to content

Commit fee1be3

Browse files
ci: bump actions/setup-python from 5.4.0 to 5.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b87fc1f commit fee1be3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 2
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v5.4.0
18+
uses: actions/setup-python@v5.5.0
1919
with:
2020
python-version: "3.10"
2121

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 2
2121
- name: Set up Python
22-
uses: actions/setup-python@v5.4.0
22+
uses: actions/setup-python@v5.5.0
2323
with:
2424
python-version: "3.11"
2525
- name: Install pip and poetry

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Set up Python ${{ matrix.python }}
27-
uses: actions/setup-python@v5.4.0
27+
uses: actions/setup-python@v5.5.0
2828
with:
2929
python-version: ${{ matrix.python }}
3030

0 commit comments

Comments
 (0)