From 57b50eddc46c027ccc23cbad4ccf90f73cb158f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:20:11 +0000 Subject: [PATCH 1/2] Bump pnpm/action-setup from 3 to 4 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v3...v4) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bundlewatch.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 92cd5cd696..a7bcf35bf4 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@v3 + uses: pnpm/action-setup@v4 with: version: 8 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a932a2badf..8489f8658d 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@v3 + uses: pnpm/action-setup@v4 with: version: 8 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b1ecf341fe..d08dbc7a3a 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@v3 + uses: pnpm/action-setup@v4 with: version: 8 From d5156a715c9f0bfcb371ff770eb6aafae8b0464a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:55:49 +0200 Subject: [PATCH 2/2] Create rare-snails-matter.md --- .changeset/rare-snails-matter.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/rare-snails-matter.md diff --git a/.changeset/rare-snails-matter.md b/.changeset/rare-snails-matter.md new file mode 100644 index 0000000000..0795f10c33 --- /dev/null +++ b/.changeset/rare-snails-matter.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Bump `pnpm/action-setup` from 3 to 4