Skip to content

Commit 3fabf9e

Browse files
authored
Merge pull request #1694 from kubernetes-client/dependabot/github_actions/actions/setup-python-2.3.2
Bump actions/setup-python from 2.3.1 to 2.3.2
2 parents 61128db + 8dbfbe6 commit 3fabf9e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: .github/workflows/e2e-master.yaml

+1-1
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/[email protected].1
33+
uses: actions/[email protected].2
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

Diff for: .github/workflows/e2e-release-11.0.yaml

+1-1
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/[email protected].1
33+
uses: actions/[email protected].2
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

Diff for: .github/workflows/e2e-release-12.0.yaml

+1-1
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/[email protected].1
33+
uses: actions/[email protected].2
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

Diff for: .github/workflows/e2e-release-17.0.yaml

+1-1
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/[email protected].1
33+
uses: actions/[email protected].2
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

Diff for: .github/workflows/e2e-release-18.0.yaml

+1-1
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/[email protected].1
33+
uses: actions/[email protected].2
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

Diff for: .github/workflows/test.yaml

+1-1
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/[email protected].1
18+
uses: actions/[email protected].2
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies

0 commit comments

Comments
 (0)