Skip to content

Commit 56c7057

Browse files
chore(deps): bump actions/setup-python from 4.6.0 to 4.6.1 (#556)
1 parent ec0d066 commit 56c7057

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
fetch-depth: 0
6565

6666
- name: Set up Python
67-
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
67+
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
6868
with:
6969
python-version: ${{ matrix.python }}
7070

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
4747

4848
- name: Set up Python ${{ matrix.python }}
49-
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
49+
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
5050
with:
5151
python-version: ${{ matrix.python }}
5252

.github/workflows/pr-conventional-commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Set up Python
30-
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
30+
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
3131
with:
3232
python-version: '3.11'
3333

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
token: ${{ secrets.REPO_ACCESS_TOKEN }}
5050

5151
- name: Set up Python
52-
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
52+
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
5353
with:
5454
python-version: '3.11'
5555

@@ -126,7 +126,7 @@ jobs:
126126
127127
# Create the Release Notes using commitizen.
128128
- name: Set up Python
129-
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
129+
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
130130
with:
131131
python-version: '3.11'
132132

0 commit comments

Comments
 (0)