Skip to content

Commit 21c4c4e

Browse files
committed
Update Github action dependencies
1 parent eac4755 commit 21c4c4e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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
@@ -25,7 +25,7 @@ jobs:
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"

.github/workflows/db-restart-every-2-hours.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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
@@ -25,7 +25,7 @@ jobs:
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"

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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: |
@@ -82,7 +82,7 @@ jobs:
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: |

.github/workflows/outducks-sync-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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
@@ -25,7 +25,7 @@ jobs:
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"

0 commit comments

Comments
 (0)