Skip to content

Commit 309dcb4

Browse files
committed
updates gh action versions
1 parent 7649e36 commit 309dcb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
with:
3232
submodules: true
3333
- name: Setup Pages
34-
uses: actions/configure-pages@v3
34+
uses: actions/configure-pages@v5
3535
- uses: ruby/setup-ruby@v1
3636
with:
3737
ruby-version: '3.2'
@@ -47,7 +47,7 @@ jobs:
4747
# 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
4848
arguments: --no-enforce-https --allow_hash_href --ignore-missing-alt --assume_extension - ./_site --ignore-files '/.+\/assets\/.+/' --swap-urls "https?\:\/\/(localhost\:4000|neurorse\.flatironinstitute\.org):"
4949
- name: Upload artifact
50-
uses: actions/upload-pages-artifact@v2
50+
uses: actions/upload-pages-artifact@v3
5151

5252
# Deployment job
5353
deploy:
@@ -59,4 +59,4 @@ jobs:
5959
steps:
6060
- name: Deploy to GitHub Pages
6161
id: deployment
62-
uses: actions/deploy-pages@v2
62+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)