Skip to content

Commit 859dc66

Browse files
authored
Merge pull request #1 from docmd-io/dependabot/github_actions/actions-d28f33e231
Bump the actions group with 3 updates
2 parents 920af3f + 258f01a commit 859dc66

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
@@ -22,10 +22,10 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626

2727
- name: Setup Node
28-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@v6
2929
with:
3030
node-version: "22"
3131
cache: 'npm'
@@ -40,7 +40,7 @@ jobs:
4040
run: npm run build
4141

4242
- name: Upload artifact
43-
uses: actions/upload-pages-artifact@v3
43+
uses: actions/upload-pages-artifact@v4
4444
with:
4545
path: ./dist
4646

0 commit comments

Comments
 (0)