diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-09 04:24:41 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-09 04:25:31 +0000 |
commit | b26fdc0a4ada595cfb16ca913433d4e996d0cbd1 (patch) | |
tree | 599c12be2ef5af34d930b40e3b6ed8d50bfec088 /.github/workflows | |
parent | Bump postcss from 8.4.34 to 8.4.35 (diff) | |
download | zorascript-b26fdc0a4ada595cfb16ca913433d4e996d0cbd1.tar zorascript-b26fdc0a4ada595cfb16ca913433d4e996d0cbd1.tar.gz zorascript-b26fdc0a4ada595cfb16ca913433d4e996d0cbd1.tar.bz2 zorascript-b26fdc0a4ada595cfb16ca913433d4e996d0cbd1.tar.lz zorascript-b26fdc0a4ada595cfb16ca913433d4e996d0cbd1.tar.xz zorascript-b26fdc0a4ada595cfb16ca913433d4e996d0cbd1.tar.zst zorascript-b26fdc0a4ada595cfb16ca913433d4e996d0cbd1.zip |
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] <support@github.com>
Diffstat (limited to '.github/workflows')
-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 c5c3ef8..afb2db6 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@v2 + uses: pnpm/action-setup@v3 with: version: 8 - name: Install Node.js |