File tree Expand file tree Collapse file tree 6 files changed +3320
-2415
lines changed
Expand file tree Collapse file tree 6 files changed +3320
-2415
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 - name : Checkout Project
1515 uses : actions/checkout@v6
1616 - name : Setup Docker Buildx
17- uses : docker/setup-buildx-action@v3.11.1
17+ uses : docker/setup-buildx-action@v3.12.0
1818 - name : Login to GitHub Container Registry
19- uses : docker/login-action@v3.6 .0
19+ uses : docker/login-action@v3.7 .0
2020 with :
2121 registry : ghcr.io
2222 username : ${{ github.repository_owner }}
2323 password : ${{ secrets.GITHUB_TOKEN }}
2424 - name : Build and push Docker image
25- uses : docker/build-push-action@v6.18.0
25+ uses : docker/build-push-action@v6.19.2
2626 with :
2727 push : true
2828 context : .
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ enableGlobalCache: true
44
55nodeLinker : node-modules
66
7- yarnPath : .yarn/releases/yarn-4.12 .0.cjs
7+ yarnPath : .yarn/releases/yarn-4.13 .0.cjs
Original file line number Diff line number Diff line change 1919 "@nuxtjs/tailwindcss" : " ^6.14.0" ,
2020 "@prettier/plugin-xml" : " ^3.4.2" ,
2121 "@sapphire/prettier-config" : " ^2.0.0" ,
22- "nuxt" : " 3.20 .2" ,
23- "prettier" : " ^3.7.4 " ,
22+ "nuxt" : " 3.21 .2" ,
23+ "prettier" : " ^3.8.2 " ,
2424 "typescript" : " ^5.5.2" ,
2525 "vue-meta" : " ^2.4.0"
2626 },
2929 "vite" : " 7.3.2"
3030 },
3131 "prettier" : " @sapphire/prettier-config" ,
32- "packageManager" : " yarn@4.12 .0"
32+ "packageManager" : " yarn@4.13 .0"
3333}
You can’t perform that action at this time.
0 commit comments