Skip to content

Commit d38c1b4

Browse files
Bump actions/setup-python from 3 to 4 (#142)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- 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 1313b4f commit d38c1b4

5 files changed

+6
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
go-version: ${{ env.GO_VERSION }}
5151

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v3
4040

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

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v3
5555

5656
- name: Install Python
57-
uses: actions/setup-python@v3
57+
uses: actions/setup-python@v4
5858
with:
5959
python-version: ${{ env.PYTHON_VERSION }}
6060

.github/workflows/generate-index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: arduino/setup-task@v1
3030

3131
- name: Install Python
32-
uses: actions/setup-python@v3
32+
uses: actions/setup-python@v4
3333
with:
3434
python-version: "3.9"
3535

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
go-version: ${{ env.GO_VERSION }}
8585

8686
- name: Install Python
87-
uses: actions/setup-python@v3
87+
uses: actions/setup-python@v4
8888
with:
8989
python-version: ${{ env.PYTHON_VERSION }}
9090

0 commit comments

Comments
 (0)