diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-13 08:02:59 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-14 01:42:57 -0500 |
| commit | 1cb07f29e8ce0cdff3b423360badbb049825abdc (patch) | |
| tree | 9bee12fa8cb42293e45947d68db864d91a694115 /.github/workflows/eslint.yaml | |
| parent | d4a05b93da96490ca2a09b63098fe226fb0cebe1 (diff) | |
chore(deps): 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] <[email protected]>
Diffstat (limited to '.github/workflows/eslint.yaml')
| -rw-r--r-- | .github/workflows/eslint.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/eslint.yaml b/.github/workflows/eslint.yaml index f474364..15144a6 100644 --- a/.github/workflows/eslint.yaml +++ b/.github/workflows/eslint.yaml @@ -19,7 +19,7 @@ jobs: submodules: recursive - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 - name: Setup Node uses: actions/setup-node@v4 |
