From ff324b84929013ab47e29588a7dd47ac42cf196c Mon Sep 17 00:00:00 2001 From: DarkStarJax <42670928+DarkStarJax@users.noreply.github.com> Date: Sat, 11 Jun 2022 16:40:55 +0100 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}