diff --git a/action.yml b/action.yml index 3f66bd0..b1395d3 100644 --- a/action.yml +++ b/action.yml @@ -136,7 +136,7 @@ runs: - name: Checkout workflows repo if: steps.called_repo.outputs.ref && steps.called_repo.outputs.repository id: checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: ${{ steps.called_repo.outputs.ref }} repository: ${{ steps.called_repo.outputs.repository }}