From 4deb8f4d238ef048390f743fb45e21a5b465067e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:22:31 +0200 Subject: [PATCH] Bump pnpm/action-setup from 2 to 3 (#1825) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump pnpm/action-setup from 2 to 3 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2...v3) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Create great-carrots-lie.md --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com> --- .changeset/great-carrots-lie.md | 5 +++++ .github/workflows/bundlewatch.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changeset/great-carrots-lie.md diff --git a/.changeset/great-carrots-lie.md b/.changeset/great-carrots-lie.md new file mode 100644 index 000000000..e1ef5913a --- /dev/null +++ b/.changeset/great-carrots-lie.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Bump pnpm/action-setup from 2 to 3 diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 727402583..92cd5cd69 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -25,7 +25,7 @@ jobs: node-version: "${{ env.NODE }}" - name: Install PNPM - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29df23ec7..a932a2bad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: node-version: 18 - name: Install PNPM - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index da5a81035..b1ecf341f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: node-version: "${{ env.NODE }}" - name: Install PNPM - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8