Skip to content

Commit b58b772

Browse files
chore(deps): bump actions/setup-python from 2 to 3 (#3895)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a8603e commit b58b772

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@v2
6666

6767
- name: Setup Python ${{ matrix.python }}
68-
uses: actions/setup-python@v2
68+
uses: actions/setup-python@v3
6969
with:
7070
python-version: ${{ matrix.python }}
7171

@@ -680,7 +680,7 @@ jobs:
680680
steps:
681681
- uses: actions/checkout@v2
682682

683-
- uses: actions/setup-python@v2
683+
- uses: actions/setup-python@v3
684684

685685
- name: Install Doxygen
686686
run: sudo apt-get install -y doxygen librsvg2-bin # Changed to rsvg-convert in 20.04
@@ -728,7 +728,7 @@ jobs:
728728
- uses: actions/checkout@v2
729729

730730
- name: Setup Python ${{ matrix.python }}
731-
uses: actions/setup-python@v2
731+
uses: actions/setup-python@v3
732732
with:
733733
python-version: ${{ matrix.python }}
734734
architecture: x86
@@ -781,7 +781,7 @@ jobs:
781781
- uses: actions/checkout@v2
782782

783783
- name: Setup Python ${{ matrix.python }}
784-
uses: actions/setup-python@v2
784+
uses: actions/setup-python@v3
785785
with:
786786
python-version: ${{ matrix.python }}
787787
architecture: x86
@@ -829,7 +829,7 @@ jobs:
829829
- uses: actions/checkout@v2
830830

831831
- name: Setup Python ${{ matrix.python }}
832-
uses: actions/setup-python@v2
832+
uses: actions/setup-python@v3
833833
with:
834834
python-version: ${{ matrix.python }}
835835

.github/workflows/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v2
4141

4242
- name: Setup Python 3.7
43-
uses: actions/setup-python@v2
43+
uses: actions/setup-python@v3
4444
with:
4545
python-version: 3.7
4646
architecture: ${{ matrix.arch }}

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v2
24-
- uses: actions/setup-python@v2
24+
- uses: actions/setup-python@v3
2525
- name: Add matchers
2626
run: echo "::add-matcher::$GITHUB_WORKSPACE/.github/matchers/pylint.json"
2727
- uses: pre-commit/action@v2.0.3

.github/workflows/pip.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v2
2828

2929
- name: Setup 🐍 3.6
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@v3
3131
with:
3232
python-version: 3.6
3333

@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v2
5050

5151
- name: Setup 🐍 3.8
52-
uses: actions/setup-python@v2
52+
uses: actions/setup-python@v3
5353
with:
5454
python-version: 3.8
5555

@@ -90,7 +90,7 @@ jobs:
9090
needs: [packaging]
9191

9292
steps:
93-
- uses: actions/setup-python@v2
93+
- uses: actions/setup-python@v3
9494

9595
# Downloads all to directories matching the artifact names
9696
- uses: actions/download-artifact@v2

.github/workflows/upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323

2424
- name: Setup Python 3.11
25-
uses: actions/setup-python@v2
25+
uses: actions/setup-python@v3
2626
with:
2727
python-version: "3.11-dev"
2828

0 commit comments

Comments
 (0)