Skip to content

Commit

Permalink
chore(deps): Bump pnpm/action-setup from 3 to 4 (#166)
Browse files Browse the repository at this point in the history
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 4.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@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>
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent 7baef0b commit e075001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: 'npm'
directory: '/'
labels:
- 'area/ci'
- 'area/dependencies'
- 'bots'
- 'kind/chore'
schedule:
Expand All @@ -12,7 +12,7 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
labels:
- 'area/ci'
- 'area/dependencies'
- 'bots'
- 'kind/chore'
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit e075001

Please sign in to comment.