diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index f702c8f..8ea2e59 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -27,7 +27,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Checkout authn-simple - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Run Build run: mvn install -DskipTests