Skip to content

Commit d58eb90

Browse files
committed
chore(ci): update socket-registry workflow refs for Node.js 24 support
1 parent 21c6170 commit d58eb90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
ci:
1919
name: Run CI Pipeline
20-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@dd7ea0c4fe523792f75c4002b20e2e5c2e14c066 # main
20+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@e2289f7caae8f9cbfa1778984066449347bcd5f1 # main
2121
with:
2222
fail-fast: false
2323
lint-script: 'pnpm run lint --all'

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727

2828
jobs:
2929
publish:
30-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@dd7ea0c4fe523792f75c4002b20e2e5c2e14c066 # main
30+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@e2289f7caae8f9cbfa1778984066449347bcd5f1 # main
3131
with:
3232
debug: ${{ inputs.debug }}
3333
dist-tag: ${{ inputs.dist-tag }}

0 commit comments

Comments
 (0)