File tree Expand file tree Collapse file tree 4 files changed +323
-49
lines changed Expand file tree Collapse file tree 4 files changed +323
-49
lines changed Original file line number Diff line number Diff line change 27
27
username : ${{ github.repository_owner }}
28
28
password : ${{ secrets.GITHUB_TOKEN }}
29
29
- name : Build and push Skyra Docker image
30
- uses : docker/build-push-action@v6.13 .0
30
+ uses : docker/build-push-action@v6.14 .0
31
31
with :
32
32
push : true
33
33
context : .
Original file line number Diff line number Diff line change 26
26
username : ${{ github.repository_owner }}
27
27
password : ${{ secrets.GITHUB_TOKEN }}
28
28
- name : Build and push Skyra Docker image
29
- uses : docker/build-push-action@v6.13 .0
29
+ uses : docker/build-push-action@v6.14 .0
30
30
with :
31
31
push : true
32
32
context : .
Original file line number Diff line number Diff line change 56
56
"@discordjs/core" : " ^1.2.0" ,
57
57
"@influxdata/influxdb-client" : " ^1.35.0" ,
58
58
"@influxdata/influxdb-client-apis" : " ^1.35.0" ,
59
- "@prisma/client" : " ^6.3 .1" ,
59
+ "@prisma/client" : " ^6.4 .1" ,
60
60
"@sapphire/async-queue" : " ^1.5.5" ,
61
61
"@sapphire/bitfield" : " ^1.2.4" ,
62
62
"@sapphire/decorators" : " ^6.1.1" ,
110
110
"eslint-config-prettier" : " ^9.1.0" ,
111
111
"eslint-plugin-prettier" : " ^5.2.3" ,
112
112
"lint-staged" : " ^15.4.3" ,
113
- "prettier" : " ^3.5.1 " ,
114
- "prisma" : " ^6.3 .1" ,
113
+ "prettier" : " ^3.5.2 " ,
114
+ "prisma" : " ^6.4 .1" ,
115
115
"prisma-json-types-generator" : " ^3.2.2" ,
116
116
"tsc-watch" : " ^6.3.0" ,
117
117
"typescript" : " ~5.7.2" ,
You can’t perform that action at this time.
0 commit comments