Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.4.0 (#3287)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 16, 2023
1 parent cc18a1f commit 202ea43
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# Setup
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4 # Uses version from package.json#packageManager
- uses: pnpm/action-setup@v2.4.0 # Uses version from package.json#packageManager
- name: Setup Node (using .node-version)
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
# Setup
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4 # Uses version from package.json#packageManager
- uses: pnpm/action-setup@v2.4.0 # Uses version from package.json#packageManager
- name: Setup Node (using .node-version)
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# Setup
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4 # Uses version from package.json#packageManager
- uses: pnpm/action-setup@v2.4.0 # Uses version from package.json#packageManager
- name: Setup Node (using .node-version)
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
# Setup
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4 # Uses version from package.json#packageManager
- uses: pnpm/action-setup@v2.4.0 # Uses version from package.json#packageManager
- name: Setup Node (using .node-version)
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
# Setup
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4 # Uses version from package.json#packageManager
- uses: pnpm/action-setup@v2.4.0 # Uses version from package.json#packageManager
- name: Setup Node (using .node-version)
uses: actions/setup-node@v3
with:
Expand Down

2 comments on commit 202ea43

@vercel
Copy link

@vercel vercel bot commented on 202ea43 Aug 16, 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:

marigold-docs – ./

marigold-docs-marigold.vercel.app
marigold-docs-git-main-marigold.vercel.app
marigold-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 202ea43 Aug 16, 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:

marigold-storybook – ./

marigold-latest.vercel.app
marigold-storybook-marigold.vercel.app
marigold-storybook-git-main-marigold.vercel.app

Please sign in to comment.