Skip to content

Commit 7e11566

Browse files
committed
update links GH Action
1 parent 5b75d86 commit 7e11566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Setup Ruby
1818
uses: ruby/setup-ruby@v1
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Setup Pages
3636
id: pages
37-
uses: actions/configure-pages@v3
37+
uses: actions/configure-pages@v5
3838

3939
- name: Build with Jekyll
4040
# Outputs to the './_site' directory by default

0 commit comments

Comments
 (0)