Skip to content

Commit 855b229

Browse files
authored
Merge pull request #36 from sbryngelson/refac
2 parents dfdd3a1 + 603f298 commit 855b229

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
- name: Setup Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:
2929
ruby-version: '3.1'
3030
bundler-cache: true
3131
- name: Setup Pages
3232
id: pages
33-
uses: actions/configure-pages@v3
33+
uses: actions/configure-pages@v4
3434
- name: Build with Jekyll
3535
run: |
3636
gem install bundler
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
JEKYLL_ENV: production
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v2
45+
uses: actions/upload-pages-artifact@v3
4646

4747
# Deployment job
4848
deploy:
@@ -54,4 +54,4 @@ jobs:
5454
steps:
5555
- name: Deploy to GitHub Pages
5656
id: deployment
57-
uses: actions/deploy-pages@v2
57+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)