Skip to content

Commit e2f13a2

Browse files
Bump actions/setup-python from 5.5.0 to 5.6.0 (#392)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85a686f commit e2f13a2

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: pipx install poetry
2323
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2424
id: python
25-
uses: actions/setup-python@v5.5.0
25+
uses: actions/setup-python@v5.6.0
2626
with:
2727
python-version: ${{ env.DEFAULT_PYTHON }}
2828
cache: 'poetry'
@@ -45,7 +45,7 @@ jobs:
4545
run: pipx install poetry
4646
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
4747
id: python
48-
uses: actions/setup-python@v5.5.0
48+
uses: actions/setup-python@v5.6.0
4949
with:
5050
python-version: ${{ env.DEFAULT_PYTHON }}
5151
cache: 'poetry'
@@ -68,7 +68,7 @@ jobs:
6868
run: pipx install poetry
6969
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
7070
id: python
71-
uses: actions/setup-python@v5.5.0
71+
uses: actions/setup-python@v5.6.0
7272
with:
7373
python-version: ${{ env.DEFAULT_PYTHON }}
7474
cache: 'poetry'
@@ -91,7 +91,7 @@ jobs:
9191
run: pipx install poetry
9292
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
9393
id: python
94-
uses: actions/setup-python@v5.5.0
94+
uses: actions/setup-python@v5.6.0
9595
with:
9696
python-version: ${{ env.DEFAULT_PYTHON }}
9797
cache: 'poetry'
@@ -140,7 +140,7 @@ jobs:
140140
run: pipx install poetry
141141
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
142142
id: python
143-
uses: actions/setup-python@v5.5.0
143+
uses: actions/setup-python@v5.6.0
144144
with:
145145
python-version: ${{ env.DEFAULT_PYTHON }}
146146
cache: 'poetry'
@@ -163,7 +163,7 @@ jobs:
163163
run: pipx install poetry
164164
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
165165
id: python
166-
uses: actions/setup-python@v5.5.0
166+
uses: actions/setup-python@v5.6.0
167167
with:
168168
python-version: ${{ env.DEFAULT_PYTHON }}
169169
cache: 'poetry'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: pipx install poetry
2525
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2626
id: python
27-
uses: actions/setup-python@v5.5.0
27+
uses: actions/setup-python@v5.6.0
2828
with:
2929
python-version: ${{ env.DEFAULT_PYTHON }}
3030
cache: 'poetry'

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: pipx install poetry
3030
- name: 🏗 Set up Python ${{ matrix.python }}
3131
id: python
32-
uses: actions/setup-python@v5.5.0
32+
uses: actions/setup-python@v5.6.0
3333
with:
3434
python-version: ${{ matrix.python }}
3535
cache: 'poetry'
@@ -62,7 +62,7 @@ jobs:
6262
run: pipx install poetry
6363
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
6464
id: python
65-
uses: actions/setup-python@v5.5.0
65+
uses: actions/setup-python@v5.6.0
6666
with:
6767
python-version: ${{ env.DEFAULT_PYTHON }}
6868
cache: 'poetry'

.github/workflows/typing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: pipx install poetry
2323
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2424
id: python
25-
uses: actions/setup-python@v5.5.0
25+
uses: actions/setup-python@v5.6.0
2626
with:
2727
python-version: ${{ env.DEFAULT_PYTHON }}
2828
cache: 'poetry'

0 commit comments

Comments
 (0)