Skip to content

Commit ac587d4

Browse files
chore(deps): bump actions/setup-python from 4.3.0 to 4.4.0 (#7)
1 parent cbe0950 commit ac587d4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/_build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: 0
5757

5858
- name: Set up Python
59-
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
59+
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4.4.0
6060
with:
6161
python-version: ${{ matrix.python }}
6262

.github/workflows/codeql-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
4444

4545
- name: Set up Python ${{ matrix.python }}
46-
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
46+
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4.4.0
4747
with:
4848
python-version: ${{ matrix.python }}
4949

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Set up Python
33-
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
33+
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4.4.0
3434
with:
3535
python-version: '3.11'
3636

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
token: ${{ secrets.REPO_ACCESS_TOKEN }}
4545

4646
- name: Set up Python
47-
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
47+
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4.4.0
4848
with:
4949
python-version: '3.11'
5050

@@ -110,7 +110,7 @@ jobs:
110110
111111
# Create the Release Notes using commitizen.
112112
- name: Set up Python
113-
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
113+
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4.4.0
114114
with:
115115
python-version: '3.11'
116116

0 commit comments

Comments
 (0)