diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2f12c8f..772865b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,7 +18,7 @@ jobs: distribution: adopt # Checkout project files - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Caches - name: 'Cache: Maven' @@ -70,7 +70,7 @@ jobs: distribution: adopt # Checkout project files - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis