From db1f7cf3a231da86a65c0487a8f87d246cbe1e2a Mon Sep 17 00:00:00 2001 From: Alvin Huang <17609145+alvin-huang@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:15:40 -0400 Subject: [PATCH] update actions/checkout with TSCCR from node16->20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e590ee2..da2c958 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ runs: steps: - if: inputs.checkout == 'true' - uses: actions/checkout@v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Check if Version File Exists shell: bash env: