Skip to content

Commit b48c4d7

Browse files
committed
chore(ci): update pnpm/action-setup to v4.3.0 and socket-registry SHA
Update pnpm/action-setup from v4.0.0/v4.2.0 to v4.3.0 to address Node.js 20 deprecation warnings in GitHub Actions. Also update socket-registry reference to d83e76d998a5b13e7e844273898ccee35bb991c4.
1 parent c5c913d commit b48c4d7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
node-version-file: .node-version
7777

7878
- name: Setup pnpm
79-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
79+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
8080

8181
- name: Install dependencies
8282
run: pnpm install --frozen-lockfile
@@ -103,7 +103,7 @@ jobs:
103103
node-version-file: .node-version
104104

105105
- name: Setup pnpm
106-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
106+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
107107

108108
- name: Install dependencies
109109
run: pnpm install --frozen-lockfile
@@ -137,7 +137,7 @@ jobs:
137137
node-version: ${{ matrix.node-version }}
138138

139139
- name: Setup pnpm
140-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
140+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
141141

142142
- name: Install dependencies
143143
run: pnpm install --frozen-lockfile
@@ -176,7 +176,7 @@ jobs:
176176
node-version: ${{ matrix.node-version }}
177177

178178
- name: Setup pnpm
179-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
179+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
180180

181181
- name: Install dependencies
182182
run: pnpm install --frozen-lockfile

.github/workflows/provenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
cache: '' # Disable automatic caching to prevent cache poisoning.
6565

6666
- name: Setup pnpm
67-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
67+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
6868

6969
- name: Install dependencies
7070
run: pnpm install --frozen-lockfile
7171

72-
- uses: SocketDev/socket-registry/.github/actions/setup@67a3db92603c23c58031586611c7cc852244c87c # main
72+
- uses: SocketDev/socket-registry/.github/actions/setup@d83e76d998a5b13e7e844273898ccee35bb991c4 # main
7373
with:
7474
scope: '@socketsecurity'
7575
- name: Cache yoga-layout WASM

.github/workflows/publish-socketbin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
cache: '' # Disable automatic caching to prevent cache poisoning.
147147

148148
- name: Setup pnpm
149-
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
149+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
150150

151151
- name: Install dependencies
152152
run: pnpm install --frozen-lockfile
@@ -383,7 +383,7 @@ jobs:
383383
cache: '' # Disable automatic caching to prevent cache poisoning.
384384

385385
- name: Setup pnpm
386-
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
386+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
387387

388388
- name: Install latest npm
389389
run: npm install -g npm@latest

0 commit comments

Comments
 (0)