Skip to content

Commit 9439fd3

Browse files
committed
update actions versions
1 parent af6fbb9 commit 9439fd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/jekyll.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-24.04
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
ref: ${{ github.event.inputs.branch }}
2424

@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Setup Pages
3333
id: pages
34-
uses: actions/configure-pages@v2
34+
uses: actions/configure-pages@v5
3535

3636
- name: Install dependencies
3737
run: |
@@ -49,7 +49,7 @@ jobs:
4949
JEKYLL_BASE_PATH: ${{ steps.pages.outputs.base_path }}
5050

5151
- name: Upload artifact
52-
uses: actions/upload-pages-artifact@v4
52+
uses: actions/upload-pages-artifact@v3
5353

5454
deploy:
5555
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)