Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 12, 2023
1 parent b794905 commit 35890df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
mongodb-version: 4.4
- name: Start Redis
uses: supercharge/redis-github-action@1.7.0
uses: supercharge/redis-github-action@1.8.0
with:
redis-version: 6
- name: Test Bundle Server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
mongodb-version: 4.4
- name: Start Redis
uses: supercharge/redis-github-action@1.7.0
uses: supercharge/redis-github-action@1.8.0
with:
redis-version: 6
- name: Cache pnpm modules
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Innei <https://innei.ren>",
"private": true,
"license": "MIT",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.12.0",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down

0 comments on commit 35890df

Please sign in to comment.