Skip to content

Commit e7783dc

Browse files
authored
Merge pull request #21 from supernord/main
update actions versions
2 parents 9a5807e + 9439fd3 commit e7783dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jekyll.yml

+4-4
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@v1
52+
uses: actions/upload-pages-artifact@v3
5353

5454
deploy:
5555
runs-on: ubuntu-latest
@@ -69,4 +69,4 @@ jobs:
6969
steps:
7070
- name: Deploy to GitHub Pages
7171
id: deployment
72-
uses: actions/deploy-pages@v1
72+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)