This is an automated email from the ASF dual-hosted git repository.

valdar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new de2d120  Bumped version of checkout action and removed unecessary step.
de2d120 is described below

commit de2d120f9258f5400389ecd86d1e2c4cec8de336
Author: Andrea Tarocchi <andrea.taroc...@gmail.com>
AuthorDate: Mon Feb 17 23:41:30 2020 +0100

    Bumped version of checkout action and removed unecessary step.
---
 .github/workflows/automatic-sync-master.yml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/automatic-sync-master.yml 
b/.github/workflows/automatic-sync-master.yml
index 28fe03e..a6accd8 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -27,7 +27,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/checkout@v1
+        uses: actions/checkout@v2
         with:
           repository: apache/camel
           ref: master
@@ -40,14 +40,10 @@ jobs:
         run: ./mvnw -V --no-transfer-progress clean install -DskipTests
         working-directory: /home/runner/work/camel-spring-boot/camel
       - name: Checkout
-        uses: actions/checkout@v1
+        uses: actions/checkout@v2
         with:
           path: camel-spring-boot
           fetch-depth: 0
-      - name: Set Up Java
-        uses: actions/setup-java@v1
-        with:
-          java-version: 1.8
       - name: Build Project
         run: ./mvnw -V --no-transfer-progress clean install -DskipTests
       - name: Create Pull Request

Reply via email to