Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent 2c4313e commit c2f8456
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
- name: 🚀 Deploy and start container
uses: appleboy/[email protected].1
uses: appleboy/[email protected].3

with:
host: ${{ secrets.HOSTNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.10.0
nodejs 20.11.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ufabc-next-backend",
"private": false,
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@8.14.3",
"type": "module",
"scripts": {
"populate": "turbo run populate -- ",
Expand Down

0 comments on commit c2f8456

Please sign in to comment.