diff --git a/action.yml b/action.yml index cc6ee3f..1ec4297 100644 --- a/action.yml +++ b/action.yml @@ -115,7 +115,7 @@ runs: - name: Checkout workflows repo if: steps.called_repo.outputs.ref && steps.called_repo.outputs.repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: ref: ${{ steps.called_repo.outputs.ref }} repository: ${{ steps.called_repo.outputs.repository }}