Skip to content

Commit 79385d4

Browse files
Bump actions/setup-python from 4.6.0 to 4.6.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ececa54 commit 79385d4

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/linting.yaml

Lines changed: 7 additions & 7 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/[email protected].0
25+
uses: actions/[email protected].1
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@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
48+
uses: actions/setup-python@v4.6.1 # v4
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@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
71+
uses: actions/setup-python@v4.6.1 # v4
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@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
94+
uses: actions/setup-python@v4.6.1 # v4
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@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
143+
uses: actions/setup-python@v4.6.1 # v4
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@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
166+
uses: actions/setup-python@v4.6.1 # v4
167167
with:
168168
python-version: ${{ env.DEFAULT_PYTHON }}
169169
cache: "poetry"
@@ -186,7 +186,7 @@ jobs:
186186
run: pipx install poetry
187187
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
188188
id: python
189-
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
189+
uses: actions/setup-python@v4.6.1 # v4
190190
with:
191191
python-version: ${{ env.DEFAULT_PYTHON }}
192192
cache: "poetry"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: pipx install poetry
2222
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2323
id: python
24-
uses: actions/[email protected].0
24+
uses: actions/[email protected].1
2525
with:
2626
python-version: ${{ env.DEFAULT_PYTHON }}
2727
cache: "poetry"

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: pipx install poetry
2525
- name: 🏗 Set up Python ${{ matrix.python }}
2626
id: python
27-
uses: actions/[email protected].0
27+
uses: actions/[email protected].1
2828
with:
2929
python-version: ${{ matrix.python }}
3030
cache: "poetry"
@@ -56,7 +56,7 @@ jobs:
5656
run: pipx install poetry
5757
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
5858
id: python
59-
uses: actions/[email protected].0
59+
uses: actions/[email protected].1
6060
with:
6161
python-version: ${{ env.DEFAULT_PYTHON }}
6262
cache: "poetry"

.github/workflows/typing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: pipx install poetry
2222
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2323
id: python
24-
uses: actions/[email protected].0
24+
uses: actions/[email protected].1
2525
with:
2626
python-version: ${{ env.DEFAULT_PYTHON }}
2727
cache: "poetry"

0 commit comments

Comments
 (0)