Skip to content

Commit 4cf7291

Browse files
committed
Update GitHub Actions
1 parent aa21c6c commit 4cf7291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
- name: Setup Pages
32-
uses: actions/configure-pages@v4
32+
uses: actions/configure-pages@v5
3333
- name: Build with Jekyll
3434
uses: actions/jekyll-build-pages@v1
3535
with:
3636
source: ./
3737
destination: ./_site
3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v3
39+
uses: actions/upload-pages-artifact@v4
4040

4141
# Deployment job
4242
deploy:

0 commit comments

Comments
 (0)