Skip to content

Commit f9f6e26

Browse files
committed
chore(ci): cascade Layer 2b — bump setup-and-install refs (a06da74)
1 parent a06da74 commit f9f6e26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/setup-and-install/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ runs:
5151
steps:
5252
- name: Checkout
5353
if: inputs.checkout == 'true'
54-
uses: SocketDev/socket-registry/.github/actions/checkout@4a026eb6b788e74a9b1ad99514413bd7e023c191 # main
54+
uses: SocketDev/socket-registry/.github/actions/checkout@a06da741d0bbbf9266da980cabb5617fa8e9d66e # main
5555
with:
5656
fetch-depth: ${{ inputs.checkout-fetch-depth }}
5757
ref: ${{ inputs.checkout-ref }}
5858
working-directory: ${{ inputs.working-directory }}
5959

6060
- name: Setup environment
61-
uses: SocketDev/socket-registry/.github/actions/setup@4a026eb6b788e74a9b1ad99514413bd7e023c191 # main
61+
uses: SocketDev/socket-registry/.github/actions/setup@a06da741d0bbbf9266da980cabb5617fa8e9d66e # main
6262
with:
6363
debug: ${{ inputs.debug }}
6464
node-version: ${{ inputs.node-version }}
@@ -68,6 +68,6 @@ runs:
6868
working-directory: ${{ inputs.working-directory }}
6969

7070
- name: Install dependencies
71-
uses: SocketDev/socket-registry/.github/actions/install@4a026eb6b788e74a9b1ad99514413bd7e023c191 # main
71+
uses: SocketDev/socket-registry/.github/actions/install@a06da741d0bbbf9266da980cabb5617fa8e9d66e # main
7272
with:
7373
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)