You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/jekyll-gh-pages.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,11 @@ jobs:
27
27
runs-on: ubuntu-latest
28
28
steps:
29
29
- name: Checkout
30
-
uses: actions/checkout@v3
30
+
uses: actions/checkout@v4
31
31
with:
32
32
submodules: true
33
33
- name: Setup Pages
34
-
uses: actions/configure-pages@v3
34
+
uses: actions/configure-pages@v5
35
35
- uses: ruby/setup-ruby@v1
36
36
with:
37
37
ruby-version: '3.2'
@@ -47,7 +47,7 @@ jobs:
47
47
# The arguments to pass to HTMLProofer. swap-urls is because of this issue: https://github.com/gjtorikian/html-proofer/issues/170 and basically turns all absolute links from our site that point to our site into relative
0 commit comments