Browse Source

Bump pnpm/action-setup from 3 to 4 (#1908)

* 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] <[email protected]>

* Create rare-snails-matter.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paweł Kuna <[email protected]>
dependabot[bot] 1 year ago
parent
commit
371ef847a1

+ 5 - 0
.changeset/rare-snails-matter.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Bump `pnpm/action-setup` from 3 to 4

+ 1 - 1
.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
 

+ 1 - 1
.github/workflows/release.yml

@@ -25,7 +25,7 @@ jobs:
           node-version: 18
 
       - name: Install PNPM
-        uses: pnpm/action-setup@v3
+        uses: pnpm/action-setup@v4
         with:
           version: 8
 

+ 1 - 1
.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