From 38ed2734c259994e06c1d2f0f2486f167613a91a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 23:47:52 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v2.2.4 (#2281) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
pnpm/action-setup ### [`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 ([https://github.com/pnpm/action-setup/issues/57](https://togithub.com/pnpm/action-setup/issues/57))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), 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. --- - [ ] 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/vercel/turbo). --- .github/actions/setup-node/action.yml | 2 +- .github/workflows/pr-go-run-examples.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml index 7b99c6b17834e..390a5074e0832 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -13,7 +13,7 @@ runs: using: "composite" steps: - name: Setup pnpm - uses: pnpm/action-setup@v2.2.3 + uses: pnpm/action-setup@v2.2.4 with: version: 7.12.1 diff --git a/.github/workflows/pr-go-run-examples.yml b/.github/workflows/pr-go-run-examples.yml index 777ad0db9afa2..6376cd3022663 100644 --- a/.github/workflows/pr-go-run-examples.yml +++ b/.github/workflows/pr-go-run-examples.yml @@ -47,7 +47,7 @@ jobs: with: github-token: "${{ secrets.GITHUB_TOKEN }}" - - uses: pnpm/action-setup@v2.2.3 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.2.1