diff --git a/action.yml b/action.yml index bf4b0c4..382f5f4 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ runs: using: composite steps: - name: Checkout shared actions repo - uses: actions/checkout@v2 + uses: actions/checkout@v2.4.2 with: repository: ${{ inputs.repository }} path: ${{ inputs.tmp-path }}