diff --git a/.github/actions/checkout/action.yml b/.github/actions/checkout/action.yml index 95d74fe..7097fdb 100644 --- a/.github/actions/checkout/action.yml +++ b/.github/actions/checkout/action.yml @@ -33,7 +33,7 @@ runs: steps: - name: Checkout Code id: checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: ref: ${{ inputs.ref != '' && inputs.ref || '' }} persist-credentials: ${{ inputs.persist-credentials }}