File tree Expand file tree Collapse file tree 4 files changed +625
-651
lines changed
Expand file tree Collapse file tree 4 files changed +625
-651
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 - name : Setup Docker Buildx
2222 uses : docker/setup-buildx-action@v3.12.0
2323 - name : Login to GitHub Container Registry
24- uses : docker/login-action@v3.6 .0
24+ uses : docker/login-action@v3.7 .0
2525 with :
2626 registry : ghcr.io
2727 username : ${{ github.repository_owner }}
2828 password : ${{ secrets.GITHUB_TOKEN }}
2929 - name : Build and push Docker image
30- uses : docker/build-push-action@v6.18.0
30+ uses : docker/build-push-action@v6.19.2
3131 with :
3232 push : true
3333 context : .
@@ -47,13 +47,13 @@ jobs:
4747 - name : Setup Docker Buildx
4848 uses : docker/setup-buildx-action@v3.12.0
4949 - name : Login to GitHub Container Registry
50- uses : docker/login-action@v3.6 .0
50+ uses : docker/login-action@v3.7 .0
5151 with :
5252 registry : ghcr.io
5353 username : ${{ github.repository_owner }}
5454 password : ${{ secrets.GITHUB_TOKEN }}
5555 - name : Build and push Docker image
56- uses : docker/build-push-action@v6.18.0
56+ uses : docker/build-push-action@v6.19.2
5757 with :
5858 push : true
5959 context : .
Original file line number Diff line number Diff line change @@ -64,18 +64,18 @@ jobs:
6464 - name : Setup Docker Buildx
6565 uses : docker/setup-buildx-action@v3.12.0
6666 - name : Login to DockerHub
67- uses : docker/login-action@v3.6 .0
67+ uses : docker/login-action@v3.7 .0
6868 with :
6969 username : ${{ secrets.DOCKER_USERNAME }}
7070 password : ${{ secrets.DOCKER_PASSWORD }}
7171 - name : Login to GitHub Container Registry
72- uses : docker/login-action@v3.6 .0
72+ uses : docker/login-action@v3.7 .0
7373 with :
7474 registry : ghcr.io
7575 username : ${{ github.repository_owner }}
7676 password : ${{ secrets.GITHUB_TOKEN }}
7777 - name : Build and push Docker image
78- uses : docker/build-push-action@v6.18.0
78+ uses : docker/build-push-action@v6.19.2
7979 with :
8080 push : true
8181 context : .
Original file line number Diff line number Diff line change 2727 "undici" : " 6.21.2"
2828 },
2929 "devDependencies" : {
30- "@commitlint/cli" : " ^20.3.0 " ,
31- "@commitlint/config-conventional" : " ^20.3.0 " ,
30+ "@commitlint/cli" : " ^20.4.1 " ,
31+ "@commitlint/config-conventional" : " ^20.4.1 " ,
3232 "@favware/cliff-jumper" : " ^6.0.0" ,
3333 "@sapphire/prettier-config" : " ^2.0.0" ,
3434 "@sapphire/ts-config" : " ^5.0.3" ,
35- "@types/node" : " ^24.10.4 " ,
35+ "@types/node" : " ^24.10.13 " ,
3636 "eslint" : " ^9.39.2" ,
37- "eslint-config-neon" : " ^0.2.9 " ,
37+ "eslint-config-neon" : " ^0.3.2 " ,
3838 "eslint-formatter-pretty" : " 7.0.0" ,
39- "eslint-plugin-prettier" : " ^5.5.4 " ,
39+ "eslint-plugin-prettier" : " ^5.5.5 " ,
4040 "lint-staged" : " ^16.2.7" ,
41- "prettier" : " ^3.7.4 " ,
41+ "prettier" : " ^3.8.1 " ,
4242 "tsup" : " ^8.5.1" ,
4343 "typescript" : " ^5.7.3"
4444 },
You can’t perform that action at this time.
0 commit comments