From b058aa3bcedb7c8cd5fc35f7ac0bbba50d04ada2 Mon Sep 17 00:00:00 2001 From: jdalton Date: Tue, 31 Mar 2026 22:32:44 -0400 Subject: [PATCH] chore(ci): update install action pin --- .github/workflows/weekly-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weekly-update.yml b/.github/workflows/weekly-update.yml index e37bcc3..ba26396 100644 --- a/.github/workflows/weekly-update.yml +++ b/.github/workflows/weekly-update.yml @@ -24,7 +24,7 @@ jobs: outputs: has-updates: ${{ steps.check.outputs.has-updates }} steps: - - uses: SocketDev/socket-registry/.github/actions/setup-and-install@adb5697306eb2619b3255c2406e52e04cc99d555 # main + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@24323cbd9e61a7e3a600b8c7e99eb27a29642a54 # main - name: Check for npm updates id: check @@ -47,7 +47,7 @@ jobs: contents: write pull-requests: write steps: - - uses: SocketDev/socket-registry/.github/actions/setup-and-install@adb5697306eb2619b3255c2406e52e04cc99d555 # main + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@24323cbd9e61a7e3a600b8c7e99eb27a29642a54 # main - name: Install Claude Code run: npm install -g @anthropic-ai/claude-code