summaryrefslogtreecommitdiff
path: root/.github/workflows/eslint.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-13 08:02:59 +0000
committerseth <[email protected]>2024-02-14 01:42:57 -0500
commit1cb07f29e8ce0cdff3b423360badbb049825abdc (patch)
tree9bee12fa8cb42293e45947d68db864d91a694115 /.github/workflows/eslint.yaml
parentd4a05b93da96490ca2a09b63098fe226fb0cebe1 (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.yaml2
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