diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6eb1237..1976f8f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,12 +22,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: false if: github.event.inputs.git-ref == '' - name: Clone Repository (manual ref) - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: false ref: ${{ github.event.inputs.git-ref }}