This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 9a7c4f719df807662124db7eadc279ab229b8f9a Author: Nicola Ferraro <ni.ferr...@gmail.com> AuthorDate: Fri Feb 21 23:11:42 2020 +0100 chore(ci): upgrade to actions/checkout@v2 --- .github/workflows/build.yml | 2 +- .github/workflows/knative.yml | 2 +- .github/workflows/kubernetes.yml | 2 +- .github/workflows/openshift.yml | 2 +- .github/workflows/validate.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3d9671..9f1ca15 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: with: go-version: 1.13.x - name: Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Cache modules uses: actions/cache@v1 with: diff --git a/.github/workflows/knative.yml b/.github/workflows/knative.yml index 8c8a498..ef63c4e 100644 --- a/.github/workflows/knative.yml +++ b/.github/workflows/knative.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Info run: | ls -lart diff --git a/.github/workflows/kubernetes.yml b/.github/workflows/kubernetes.yml index bd577e2..40e6902 100644 --- a/.github/workflows/kubernetes.yml +++ b/.github/workflows/kubernetes.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Info run: | ls -lart diff --git a/.github/workflows/openshift.yml b/.github/workflows/openshift.yml index 1f44ed7..a390c1c 100644 --- a/.github/workflows/openshift.yml +++ b/.github/workflows/openshift.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Info run: | ls -lart diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 16ac8ad..f8c2be7 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Cache modules uses: actions/cache@v1 with: