diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87862151..627ae528 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.0.2 # Validate wrapper - name: Gradle Wrapper Validation