Skip to content

Commit 40d0a59

Browse files
committed
update GitHub Actions workflows
1 parent 95d3cea commit 40d0a59

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
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
- name: Setup Ruby
3636
uses: ruby/setup-ruby@v1.209.0
3737
with:
@@ -40,7 +40,7 @@ jobs:
4040
cache-version: 0 # Increment this number if you need to re-download cached gems
4141
- name: Setup Pages
4242
id: pages
43-
uses: actions/configure-pages@v3
43+
uses: actions/configure-pages@v5
4444
- name: Generate changelog
4545
run: pip3 install ghapi~=1.0.4 && python3 generate_changelog.py
4646
env:
@@ -52,7 +52,7 @@ jobs:
5252
JEKYLL_ENV: production
5353
- name: Upload artifact
5454
# Automatically uploads an artifact from the './_site' directory by default
55-
uses: actions/upload-pages-artifact@v1
55+
uses: actions/upload-pages-artifact@v3
5656

5757
# Deployment job
5858
deploy:
@@ -65,4 +65,4 @@ jobs:
6565
steps:
6666
- name: Deploy to GitHub Pages
6767
id: deployment
68-
uses: actions/deploy-pages@v2
68+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)