Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump workflow action-setup-* versions + kubernetes to 1.18.6 #2353

Merged
merged 1 commit into from Jul 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests.yml
Expand Up @@ -35,12 +35,12 @@ jobs:
strategy:
fail-fast: false
matrix:
kubernetes: [v1.18.3,v1.12.0]
kubernetes: [v1.18.6,v1.12.0]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Minikube-Kubernetes
uses: manusa/actions-setup-minikube@v1.0.2
uses: manusa/actions-setup-minikube@v1.1.0
with:
minikube version: v1.9.2
kubernetes version: ${{ matrix.kubernetes }}
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup OpenShift
uses: manusa/actions-setup-openshift@v1.0.3
uses: manusa/actions-setup-openshift@v1.0.5
with:
oc version: ${{ matrix.openshift }}
github token: ${{ secrets.GITHUB_TOKEN }}
Expand Down