Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 1, 2023
1 parent 57a895a commit 2e38514
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.5.2
run_install: true
Expand All @@ -27,7 +27,7 @@ jobs:
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.5.2
run_install: true
Expand All @@ -46,7 +46,7 @@ jobs:
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.5.2
run_install: true
Expand All @@ -60,7 +60,7 @@ jobs:
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.5.2
run_install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_doc.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.5.2
run_install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_github.yaml
Expand Up @@ -20,7 +20,7 @@ jobs:
KEY: name
VALUE: "@uiv-lib/uiv"
FILE: package.json
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.5.2
run_install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_npm.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.5.2
run_install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yaml
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.5.2
run_install: true
Expand Down

0 comments on commit 2e38514

Please sign in to comment.