diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8061181..ce5701f 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run Build run: mvn install -DskipTests