Skip to content

Commit

Permalink
build(deps): bump the production-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 2 updates: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [pre-commit/action](https://github.com/pre-commit/action).


Updates `pnpm/action-setup` from 2 to 3
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v2...v3)

Updates `pre-commit/action` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](pre-commit/action@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent b2e6f3d commit 7c2bdb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre_commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 18

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
id: pnpm-install
with:
version: 8
Expand All @@ -39,5 +39,5 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1

0 comments on commit 7c2bdb6

Please sign in to comment.