diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c8781ac..03dd791 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,8 +31,8 @@ jobs: # experimental: true steps: - - uses: actions/checkout@v2.3.4 - - uses: actions/cache@v2 + - uses: actions/checkout@v2.4.0 + - uses: actions/cache@v2.1.5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/pom.xml b/pom.xml index 66fa02f..a2fb58c 100644 --- a/pom.xml +++ b/pom.xml @@ -461,7 +461,7 @@ under the License. org.apache.maven.plugins maven-checkstyle-plugin - 3.1.1 + 3.1.2 ${basedir}/checkstyle.xml false @@ -511,7 +511,7 @@ under the License. org.apache.maven.plugins maven-checkstyle-plugin - 2.7 + 3.1.2 ${basedir}/checkstyle.xml false