Skip to content

Commit 57f9b8e

Browse files
authored
Merge pull request #34 from hackthackathon/dependabot/github_actions/actions-5e51f74d5c
Bump actions/setup-node from 5 to 6 in the actions group
2 parents 2afd1e2 + cc40fb0 commit 57f9b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v5
3131
- name: Setup Pages
3232
uses: actions/configure-pages@v5
33-
- uses: actions/setup-node@v5
33+
- uses: actions/setup-node@v6
3434
with:
3535
node-version: 18.x
3636
- name: Install MyST Markdown

0 commit comments

Comments
 (0)