Skip to content

Commit aa2b4b0

Browse files
chore(deps): bump pnpm/action-setup from 6.0.8 to 6.0.9 (#4548)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22563fa commit aa2b4b0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/aip-npm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# perform the OIDC handshake. setup-node provides a current npm and
4949
# writes a registry-scoped .npmrc with no _authToken.
5050
- name: Set up pnpm
51-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6
51+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6
5252
with:
5353
package_json_file: api/spec/package.json
5454

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
persist-credentials: false
201201

202202
- name: Set up pnpm
203-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6
203+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6
204204
with:
205205
package_json_file: api/client/javascript/package.json
206206

.github/workflows/npm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# perform the OIDC handshake. setup-node provides a current npm and
4848
# writes a registry-scoped .npmrc with no _authToken.
4949
- name: Set up pnpm
50-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6
50+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6
5151
with:
5252
package_json_file: api/client/javascript/package.json
5353

0 commit comments

Comments
 (0)