diff --git a/ci/gradle.yml b/ci/gradle.yml index de162b4..1694bbe 100644 --- a/ci/gradle.yml +++ b/ci/gradle.yml @@ -13,7 +13,7 @@ jobs: - name: Set up JDK 1.8 uses: actions/setup-java@master - with: + with: version: 1.8 - name: Build with Gradle diff --git a/ci/maven.yml b/ci/maven.yml index 829a61c..33092aa 100644 --- a/ci/maven.yml +++ b/ci/maven.yml @@ -8,13 +8,13 @@ jobs: name: Build runs-on: ubuntu-latest steps: - + - uses: actions/checkout@master - + - name: Set up JDK 1.8 uses: actions/setup-java@master - with: - version: 1.8 + with: + version: 1.8 - name: Build with Maven run: mvn package --file pom.xml diff --git a/ci/node.js.yml b/ci/node.js.yml index 68d15c8..4c353b4 100644 --- a/ci/node.js.yml +++ b/ci/node.js.yml @@ -21,4 +21,3 @@ jobs: npm install npm run build --if-present npm test - diff --git a/ci/python-django.yml b/ci/python-django.yml index d332923..dd4703b 100644 --- a/ci/python-django.yml +++ b/ci/python-django.yml @@ -13,8 +13,8 @@ jobs: - name: Set up Python 3.6 uses: actions/setup-python@master - with: - version: 3.6 + with: + version: 3.6 - name: Export project path shell: python