From c563ab5143ddff2ac1583233e54b22ec6eae2f90 Mon Sep 17 00:00:00 2001 From: jdalton Date: Thu, 9 Apr 2026 17:36:44 -0400 Subject: [PATCH] =?UTF-8?q?chore(ci):=20cascade=20Layer=202b=20=E2=80=94?= =?UTF-8?q?=20bump=20setup-and-install=20refs=20(9c4073f5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/setup-and-install/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-and-install/action.yml b/.github/actions/setup-and-install/action.yml index 480ee7fe..b5e6de67 100644 --- a/.github/actions/setup-and-install/action.yml +++ b/.github/actions/setup-and-install/action.yml @@ -51,14 +51,14 @@ runs: steps: - name: Checkout if: inputs.checkout == 'true' - uses: SocketDev/socket-registry/.github/actions/checkout@a4401aa542d5cb4e9c9ca805eb8ab4367c28a732 # main + uses: SocketDev/socket-registry/.github/actions/checkout@9c4073f5718686bf439a1f2d58c4e2e971e5329e # main with: fetch-depth: ${{ inputs.checkout-fetch-depth }} ref: ${{ inputs.checkout-ref }} working-directory: ${{ inputs.working-directory }} - name: Setup environment - uses: SocketDev/socket-registry/.github/actions/setup@a4401aa542d5cb4e9c9ca805eb8ab4367c28a732 # main + uses: SocketDev/socket-registry/.github/actions/setup@9c4073f5718686bf439a1f2d58c4e2e971e5329e # main with: debug: ${{ inputs.debug }} node-version: ${{ inputs.node-version }} @@ -68,6 +68,6 @@ runs: working-directory: ${{ inputs.working-directory }} - name: Install dependencies - uses: SocketDev/socket-registry/.github/actions/install@a4401aa542d5cb4e9c9ca805eb8ab4367c28a732 # main + uses: SocketDev/socket-registry/.github/actions/install@9c4073f5718686bf439a1f2d58c4e2e971e5329e # main with: working-directory: ${{ inputs.working-directory }}