Skip to content

Commit 5e02a5a

Browse files
authored
Merge pull request #524 from supabase/dependabot/github_actions/master/pnpm/action-setup-6.0.10
chore(deps): bump pnpm/action-setup from 6.0.9 to 6.0.10
2 parents 3921491 + 1693cef commit 5e02a5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-supabase-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ref: ${{ github.event.repository.default_branch }}
3131

3232
- name: Setup pnpm
33-
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
33+
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
3434
with:
3535
version: 9
3636

.github/workflows/website-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2929

3030
- name: Setup pnpm
31-
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
31+
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
3232
with:
3333
package_json_file: website/package.json
3434

0 commit comments

Comments
 (0)