Skip to content

Commit 1536e51

Browse files
authored
Merge pull request #1 from docmd-io/dependabot/github_actions/actions-d28f33e231
Bump the actions group with 3 updates
2 parents 0986b0d + 8d30446 commit 1536e51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727

2828
- name: Setup Node.js
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version: "22"
3232
cache: 'npm'
@@ -41,7 +41,7 @@ jobs:
4141
run: npm run build
4242

4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v3
44+
uses: actions/upload-pages-artifact@v4
4545
with:
4646
path: ./site
4747

0 commit comments

Comments
 (0)