Skip to content

Commit 93c83af

Browse files
committed
update workflow actions
1 parent 89a8560 commit 93c83af

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v4
43-
- uses: actions/setup-node@v4
44-
with:
45-
node-version: 18
42+
uses: actions/checkout@v5
43+
- uses: actions/setup-node@v6
4644
- name: Setup Ruby
4745
uses: ruby/setup-ruby@v1
4846
with:

0 commit comments

Comments
 (0)