Skip to content

Commit 2e1db07

Browse files
chore(deps): bump actions/setup-python from 4.2.0 to 4.3.0 (#343)
1 parent 9ff28ef commit 2e1db07

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
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0
5959

6060
- name: Set up Python
61-
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # v4.2.0
61+
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
6262
with:
6363
python-version: ${{ matrix.python }}
6464

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
4646

4747
- name: Set up Python ${{ matrix.python }}
48-
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # v4.2.0
48+
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
4949
with:
5050
python-version: ${{ matrix.python }}
5151

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

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

3030
- name: Set up Python
31-
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # v4.2.0
31+
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
3232
with:
3333
python-version: '3.10'
3434

.github/workflows/release.yaml

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

4747
- name: Set up Python
48-
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # v4.2.0
48+
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
4949
with:
5050
python-version: '3.10'
5151

@@ -115,7 +115,7 @@ jobs:
115115
116116
# Create the Release Notes using commitizen.
117117
- name: Set up Python
118-
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # v4.2.0
118+
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
119119
with:
120120
python-version: '3.10'
121121

0 commit comments

Comments
 (0)