diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-07 16:28:57 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-05-07 16:29:38 +0000 |
commit | 8ea25467f7be965f8471f7ed382d5171eb4523ab (patch) | |
tree | 42e2a40834761cbab24c899e9989446ff6fbd4a4 | |
parent | Bump svelte from 4.2.15 to 4.2.16 (diff) | |
download | trinkets-8ea25467f7be965f8471f7ed382d5171eb4523ab.tar trinkets-8ea25467f7be965f8471f7ed382d5171eb4523ab.tar.gz trinkets-8ea25467f7be965f8471f7ed382d5171eb4523ab.tar.bz2 trinkets-8ea25467f7be965f8471f7ed382d5171eb4523ab.tar.lz trinkets-8ea25467f7be965f8471f7ed382d5171eb4523ab.tar.xz trinkets-8ea25467f7be965f8471f7ed382d5171eb4523ab.tar.zst trinkets-8ea25467f7be965f8471f7ed382d5171eb4523ab.zip |
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] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d365b18..0ccab91 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 8 - name: Install Node.js |