Skip to content

Commit 9b7b9ca

Browse files
chore(deps): bump actions/setup-python from 2.3.1 to 3 (#1048)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4ee3d9 commit 9b7b9ca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
fetch-depth: 0
5151
- name: Set up Python
52-
uses: actions/setup-python@v2.3.1
52+
uses: actions/setup-python@v3
5353
with:
5454
python-version: "3.8"
5555
- name: Set release notes tag

Diff for: .github/workflows/python_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v3
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v2.3.1
26+
uses: actions/setup-python@v3
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies

Diff for: .github/workflows/python_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Set up Python
20-
uses: actions/setup-python@v2.3.1
20+
uses: actions/setup-python@v3
2121
with:
2222
python-version: "3.8"
2323
- name: Install dependencies

Diff for: .github/workflows/rebuild_latest_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: Set up Python
28-
uses: actions/setup-python@v2.3.1
28+
uses: actions/setup-python@v3
2929
with:
3030
python-version: "3.8"
3131
- name: Set release notes tag

0 commit comments

Comments
 (0)