Skip to content

Commit 4a46353

Browse files
committed
Update github actions
1 parent db9cb7a commit 4a46353

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
24-
23+
uses: actions/checkout@v6
24+
2525
- name: Setup Pages
26-
uses: actions/configure-pages@v4
27-
26+
uses: actions/configure-pages@v5
27+
2828
- name: Setup Ruby
2929
uses: ruby/setup-ruby@v1
3030
with:
31-
ruby-version: '3.3'
31+
ruby-version: '3.4'
3232
bundler-cache: true
3333
working-directory: www
3434

@@ -41,7 +41,7 @@ jobs:
4141
JEKYLL_ENV: production
4242

4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v3
44+
uses: actions/upload-pages-artifact@v4
4545
with:
4646
# Deploy the _site directory to the root of the GitHub Pages site
4747
path: www/_site

0 commit comments

Comments
 (0)