diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a5c8b637d2..4ff7d2d707 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - uses: actions/setup-java@v2 with: distribution: ${{ matrix.jdk }}