Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.2.4 (#1109)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pnpm/action-setup](https://togithub.com/pnpm/action-setup) | action |
patch | `v2.2.3` -> `v2.2.4` |

---

### Release Notes

<details>
<summary>pnpm/action-setup</summary>

###
[`v2.2.4`](https://togithub.com/pnpm/action-setup/releases/tag/v2.2.4)

[Compare
Source](https://togithub.com/pnpm/action-setup/compare/v2.2.3...v2.2.4)

No deprecation warnings are printed about set-state and set-output
commands
([pnpm/action-setup#57)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzNy4wIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 20, 2022
1 parent 2c6ab62 commit 31ae9e1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yaml
Expand Up @@ -32,7 +32,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.3
- uses: pnpm/action-setup@v2.2.4
with:
run_install: true
- name: Extract version from package.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-components.yaml
Expand Up @@ -20,7 +20,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.3
- uses: pnpm/action-setup@v2.2.4
with:
run_install: true
- id: checkApiVersion
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-intellij-plugin.yaml
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.3
- uses: pnpm/action-setup@v2.2.4
with:
run_install: true
- name: Set up JDK 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-vscode-extension.yaml
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.3
- uses: pnpm/action-setup@v2.2.4
with:
run_install: true
- run: cd .. && pnpm turbo run build --scope=@previewjs/loader --include-dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-vscodium-extension.yaml
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.3
- uses: pnpm/action-setup@v2.2.4
with:
run_install: true
- run: cd .. && pnpm turbo run build --scope=@previewjs/loader --include-dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-app-e2e.yaml
Expand Up @@ -67,7 +67,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.3
- uses: pnpm/action-setup@v2.2.4
with:
run_install: true
- run: pnpm turbo run build --scope="@previewjs/e2e-test-runner" --include-dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cli.yaml
Expand Up @@ -38,7 +38,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.3
- uses: pnpm/action-setup@v2.2.4
with:
run_install: true
- run: pnpm turbo run build --scope="@previewjs/cli" --include-dependencies
2 changes: 1 addition & 1 deletion .github/workflows/test-core-components.yaml
Expand Up @@ -44,7 +44,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.3
- uses: pnpm/action-setup@v2.2.4
with:
run_install: true
- run: pnpm lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-intellij.yaml
Expand Up @@ -42,7 +42,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.3
- uses: pnpm/action-setup@v2.2.4
with:
run_install: true
- run: pnpm turbo run build --scope=@previewjs/intellij-controller --include-dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-vscode.yaml
Expand Up @@ -38,7 +38,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.3
- uses: pnpm/action-setup@v2.2.4
with:
run_install: true
- run: pnpm turbo run build --scope="@previewjs/loader" --include-dependencies
Expand Down

0 comments on commit 31ae9e1

Please sign in to comment.