Skip to content

Commit adb500c

Browse files
authored
Merge pull request #363 from mgks/dependabot/github_actions/all-actions-d28f33e231
Bump the all-actions group with 3 updates
2 parents 51314e0 + cb79f11 commit adb500c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

100755100644
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727

2828
# --- 1. Build docmd (The Documentation) ---
2929
- name: Setup Node
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v6
3131
with:
3232
node-version: '22'
3333

@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/configure-pages@v5
5959

6060
- name: Upload artifact
61-
uses: actions/upload-pages-artifact@v3
61+
uses: actions/upload-pages-artifact@v4
6262
with:
6363
path: ./_final_build # Upload the merged folder
6464

0 commit comments

Comments
 (0)