Skip to content

Commit f71bbb2

Browse files
committed
fix: prisma bug fixed && action version updated
1 parent 791660f commit f71bbb2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: check Out Repo
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Log in to Docker Hub
17-
uses: docker/login-action@v1
17+
uses: docker/login-action@v3
1818
with:
1919
username: ${{ secrets.DOCKER_USERNAME }}
2020
password: ${{ secrets.DOCKER_PASSWORD }}
2121

2222
- name: Build and Push Docker image
23-
uses: docker/build-push-action@v2
23+
uses: docker/build-push-action@v6
2424
with:
2525
context: .
2626
file: ./Dockerfile.user

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@clerk/nextjs": "^5.2.2",
1616
"@google/generative-ai": "^0.16.0",
1717
"@hookform/resolvers": "^3.9.0",
18-
"@prisma/client": "^5.17.0",
18+
"@prisma/client": "^5.22.0",
1919
"@radix-ui/react-avatar": "^1.1.0",
2020
"@radix-ui/react-dialog": "^1.1.1",
2121
"@radix-ui/react-dropdown-menu": "^2.1.1",

0 commit comments

Comments
 (0)