Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c26886

Browse files
Bump actions/setup-python from 2.2.2 to 2.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 33c5ea9 commit 5c26886

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/e2e-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# as we sync with Kubernetes upstream
3131
config: .github/workflows/kind-configs/cluster-1.18.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v2.2.2
33+
uses: actions/setup-python@v2.3.0
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

.github/workflows/e2e-release-11.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# as we sync with Kubernetes upstream
3131
config: .github/workflows/kind-configs/cluster-1.15.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v2.2.2
33+
uses: actions/setup-python@v2.3.0
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

.github/workflows/e2e-release-12.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# as we sync with Kubernetes upstream
3131
config: .github/workflows/kind-configs/cluster-1.16.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v2.2.2
33+
uses: actions/setup-python@v2.3.0
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

.github/workflows/e2e-release-17.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# as we sync with Kubernetes upstream
3131
config: .github/workflows/kind-configs/cluster-1.17.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v2.2.2
33+
uses: actions/setup-python@v2.3.0
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

.github/workflows/e2e-release-18.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# as we sync with Kubernetes upstream
3131
config: .github/workflows/kind-configs/cluster-1.18.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v2.2.2
33+
uses: actions/setup-python@v2.3.0
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
submodules: true
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v2.2.2
18+
uses: actions/setup-python@v2.3.0
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies

0 commit comments

Comments
 (0)