Skip to content

Commit 8d4de50

Browse files
[skip changelog] Bump actions/setup-python from 2 to 3 (#1678)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f2cbe2 commit 8d4de50

5 files changed

+6
-6
lines changed

.github/workflows/arduino-stats.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v2
2020

21-
- uses: actions/setup-python@v2
21+
- uses: actions/setup-python@v3
2222
with:
2323
python-version: "3.x"
2424

.github/workflows/check-mkdocs-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
repo-token: ${{ secrets.GITHUB_TOKEN }}
5151

5252
- name: Install Python
53-
uses: actions/setup-python@v2
53+
uses: actions/setup-python@v3
5454
with:
5555
python-version: ${{ env.PYTHON_VERSION }}
5656

.github/workflows/check-python-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v2
4040

4141
- name: Install Python
42-
uses: actions/setup-python@v2
42+
uses: actions/setup-python@v3
4343
with:
4444
python-version: ${{ env.PYTHON_VERSION }}
4545

@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/checkout@v2
6767

6868
- name: Install Python
69-
uses: actions/setup-python@v2
69+
uses: actions/setup-python@v3
7070
with:
7171
python-version: ${{ env.PYTHON_VERSION }}
7272

.github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
repo-token: ${{ secrets.GITHUB_TOKEN }}
7171

7272
- name: Install Python
73-
uses: actions/setup-python@v2
73+
uses: actions/setup-python@v3
7474
with:
7575
python-version: ${{ env.PYTHON_VERSION }}
7676

.github/workflows/test-go-integration-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
go-version: ${{ env.GO_VERSION }}
9999

100100
- name: Install Python
101-
uses: actions/setup-python@v2
101+
uses: actions/setup-python@v3
102102
with:
103103
python-version: ${{ env.PYTHON_VERSION }}
104104

0 commit comments

Comments
 (0)