diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc62833..dd46482 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.action != 'labeled' }} steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3 with: cache: maven