Skip to content

Commit 61e4f17

Browse files
committed
Bump action versions
1 parent d6461b7 commit 61e4f17

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
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v5
3333
- name: Setup Ruby
3434
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
3535
with:
@@ -38,15 +38,15 @@ jobs:
3838
cache-version: 0 # Increment this number if you need to re-download cached gems
3939
- name: Setup Pages
4040
id: pages
41-
uses: actions/configure-pages@v2
41+
uses: actions/configure-pages@v5
4242
- name: Build with Jekyll
4343
# Outputs to the './_site' directory by default
4444
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4545
env:
4646
JEKYLL_ENV: production
4747
- name: Upload artifact
4848
# Automatically uploads an artifact from the './_site' directory by default
49-
uses: actions/upload-pages-artifact@v1
49+
uses: actions/upload-pages-artifact@v4
5050

5151
# Deployment job
5252
deploy:
@@ -58,4 +58,4 @@ jobs:
5858
steps:
5959
- name: Deploy to GitHub Pages
6060
id: deployment
61-
uses: actions/deploy-pages@v1
61+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)