Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 25, 2023
1 parent 17c4e23 commit fa6ec34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.3.0
with:
version: 7.x.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.3.0
with:
version: 7.x.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.3.0
with:
version: 7.x.x

Expand Down

1 comment on commit fa6ec34

@vercel
Copy link

@vercel vercel bot commented on fa6ec34 Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

supabase-cache-helpers-react-query – ./examples/react-query

supabase-cache-helpers-react-query-psteinroe.vercel.app
supabase-cache-helpers-react-query.vercel.app
supabase-cache-helpers-react-query-git-main-psteinroe.vercel.app

Please sign in to comment.