File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1414 PRODUCTION_SSH_USER : ${{ secrets.PRODUCTION_SSH_USER }}
1515 PRODUCTION_SSH_KEY : ${{ secrets.PRODUCTION_SSH_KEY }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020 lfs : false
2525 version : 9.8.0
2626
2727 - name : Use Node.js 24
28- uses : actions/setup-node@v4
28+ uses : actions/setup-node@v6
2929 with :
3030 node-version : 24
3131 cache : " pnpm"
Original file line number Diff line number Diff line change 1414 PRODUCTION_SSH_USER : ${{ secrets.PRODUCTION_SSH_USER }}
1515 PRODUCTION_SSH_KEY : ${{ secrets.PRODUCTION_SSH_KEY }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020 lfs : false
2525 version : 9.8.0
2626
2727 - name : Use Node.js 24
28- uses : actions/setup-node@v4
28+ uses : actions/setup-node@v6
2929 with :
3030 node-version : 24
3131 cache : " pnpm"
Original file line number Diff line number Diff line change 2121 GH_TOKEN : ${{ github.token }}
2222 name : deploy
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0
2727 lfs : false
@@ -33,14 +33,14 @@ jobs:
3333 https://github.com/ducksmanager/core/releases/download/v1.0.0-model/efficientnet_b0_comic_embedding.onnx
3434
3535 - name : Log in to the Container registry
36- uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
36+ uses : docker/login-action@v4
3737 with :
3838 registry : ghcr.io
3939 username : bperel
4040 password : ${{ secrets.DOCKER_REGISTRY_TOKEN_DM }}
4141
4242 - name : Derive appropriate SHAs for base and head for `nx affected` commands
43- uses : nrwl/nx-set-shas@v4
43+ uses : nrwl/nx-set-shas@v5
4444 with :
4545 main-branch-name : master
4646 # fallback-sha: "ffffff"
@@ -55,12 +55,12 @@ jobs:
5555 version : 9.8.0
5656
5757 - name : Use Node.js 24
58- uses : actions/setup-node@v4
58+ uses : actions/setup-node@v6
5959 with :
6060 node-version : 24
6161 cache : " pnpm"
6262
63- - uses : oven-sh/setup-bun@v1
63+ - uses : oven-sh/setup-bun@v2
6464
6565 - name : Check apps changed since the last successful commit
6666 run : |
8282 pnpm i -g turbo
8383 turbo prod:transfer-files-pre
8484
85- - uses : docker/setup-buildx-action@v3
85+ - uses : docker/setup-buildx-action@v4
8686
8787 - name : Build apps
8888 run : |
Original file line number Diff line number Diff line change 1414 PRODUCTION_SSH_USER : ${{ secrets.PRODUCTION_SSH_USER }}
1515 PRODUCTION_SSH_KEY : ${{ secrets.PRODUCTION_SSH_KEY }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020 lfs : false
2525 version : 9.8.0
2626
2727 - name : Use Node.js 24
28- uses : actions/setup-node@v4
28+ uses : actions/setup-node@v6
2929 with :
3030 node-version : 24
3131 cache : " pnpm"
You can’t perform that action at this time.
0 commit comments