Skip to content

Commit 1d72d7a

Browse files
committed
Upgrade actions.
Signed-off-by: James R. Perkins <[email protected]>
1 parent 108bafe commit 1d72d7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jekyll.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
- name: Setup Ruby
3131
uses: ruby/setup-ruby@v1
3232
with:
@@ -35,15 +35,15 @@ jobs:
3535
cache-version: 0 # Increment this number if you need to re-download cached gems
3636
- name: Setup Pages
3737
id: pages
38-
uses: actions/configure-pages@v3
38+
uses: actions/configure-pages@v5
3939
- name: Build with Jekyll
4040
# Outputs to the './_site' directory by default
4141
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4242
env:
4343
JEKYLL_ENV: production
4444
- name: Upload artifact
4545
# Automatically uploads an artifact from the './_site' directory by default
46-
uses: actions/upload-pages-artifact@v1
46+
uses: actions/upload-pages-artifact@v3
4747

4848
# Deployment job
4949
deploy:
@@ -55,4 +55,4 @@ jobs:
5555
steps:
5656
- name: Deploy to GitHub Pages
5757
id: deployment
58-
uses: actions/deploy-pages@v2
58+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)