Skip to content

Commit 1490a32

Browse files
authored
chore(ci): bump checkout SHA in setup-and-install (#193)
1 parent 9c8e01d commit 1490a32

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
@@ -52,14 +52,14 @@ runs:
5252
steps:
5353
- name: Checkout
5454
if: inputs.checkout == 'true'
55-
uses: SocketDev/socket-registry/.github/actions/checkout@924b7c946ba2106ded34c669f9a5a1369d052728 # main
55+
uses: SocketDev/socket-registry/.github/actions/checkout@9c8e01dafe64fc6635139e1e36e2a63c937a9e32 # main
5656
with:
5757
fetch-depth: ${{ inputs.checkout-fetch-depth }}
5858
ref: ${{ inputs.checkout-ref }}
5959
working-directory: ${{ inputs.working-directory }}
6060

6161
- name: Setup environment
62-
uses: SocketDev/socket-registry/.github/actions/setup@924b7c946ba2106ded34c669f9a5a1369d052728 # main
62+
uses: SocketDev/socket-registry/.github/actions/setup@9c8e01dafe64fc6635139e1e36e2a63c937a9e32 # main
6363
with:
6464
debug: ${{ inputs.debug }}
6565
node-version: ${{ inputs.node-version }}
@@ -69,6 +69,6 @@ runs:
6969
working-directory: ${{ inputs.working-directory }}
7070

7171
- name: Install dependencies
72-
uses: SocketDev/socket-registry/.github/actions/install@924b7c946ba2106ded34c669f9a5a1369d052728 # main
72+
uses: SocketDev/socket-registry/.github/actions/install@9c8e01dafe64fc6635139e1e36e2a63c937a9e32 # main
7373
with:
7474
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)