Skip to content

Commit 17b10cd

Browse files
authored
chore(ci): bump checkout + setup SHAs in setup-and-install (#221)
1 parent 5478588 commit 17b10cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ runs:
4747
steps:
4848
- name: Checkout
4949
if: inputs.checkout == 'true'
50-
uses: SocketDev/socket-registry/.github/actions/checkout@b118afaff02b35ffade653166a91c15653bd3df9 # main
50+
uses: SocketDev/socket-registry/.github/actions/checkout@54785887074e8b614bf467cc8602fd6139c88a99 # main
5151
with:
5252
fetch-depth: ${{ inputs.checkout-fetch-depth }}
5353
ref: ${{ inputs.checkout-ref }}
5454
working-directory: ${{ inputs.working-directory }}
5555

5656
- name: Setup environment
57-
uses: SocketDev/socket-registry/.github/actions/setup@b118afaff02b35ffade653166a91c15653bd3df9 # main
57+
uses: SocketDev/socket-registry/.github/actions/setup@54785887074e8b614bf467cc8602fd6139c88a99 # main
5858
with:
5959
debug: ${{ inputs.debug }}
6060
node-version: ${{ inputs.node-version }}
@@ -63,6 +63,6 @@ runs:
6363
working-directory: ${{ inputs.working-directory }}
6464

6565
- name: Install dependencies
66-
uses: SocketDev/socket-registry/.github/actions/install@b118afaff02b35ffade653166a91c15653bd3df9 # main
66+
uses: SocketDev/socket-registry/.github/actions/install@54785887074e8b614bf467cc8602fd6139c88a99 # main
6767
with:
6868
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)