diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-08 05:04:39 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-05-08 05:05:15 +0000 |
commit | 9456009be3357fcc8d012a4c16e006c1f2a2e67c (patch) | |
tree | 65c5d5ce1ddc955caff3eea7f7588b3003144d11 | |
parent | Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 (diff) | |
download | zorascript-9456009be3357fcc8d012a4c16e006c1f2a2e67c.tar zorascript-9456009be3357fcc8d012a4c16e006c1f2a2e67c.tar.gz zorascript-9456009be3357fcc8d012a4c16e006c1f2a2e67c.tar.bz2 zorascript-9456009be3357fcc8d012a4c16e006c1f2a2e67c.tar.lz zorascript-9456009be3357fcc8d012a4c16e006c1f2a2e67c.tar.xz zorascript-9456009be3357fcc8d012a4c16e006c1f2a2e67c.tar.zst zorascript-9456009be3357fcc8d012a4c16e006c1f2a2e67c.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 e769f90..930fba3 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: 9 - name: Install Node.js |