Skip to content

Commit dee507d

Browse files
authored
Merge pull request #246 from gonX/update-workflows-2025jan
workflows: Update all workflows to latest
2 parents 39034f0 + 71fb0e1 commit dee507d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
steps:
2727
- name: Deploy to GitHub Pages
2828
id: deployment
29-
uses: actions/deploy-pages@v2
29+
uses: actions/deploy-pages@v4

.github/workflows/jekyll-build-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
submodules: 'recursive'
1414

1515
- name: Setup Pages
16-
uses: actions/configure-pages@v3
16+
uses: actions/configure-pages@v5
1717

1818
- name: Setup Ruby
1919
uses: ruby/setup-ruby@v1
@@ -30,6 +30,6 @@ jobs:
3030
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
3131
3232
- name: Upload site artifact
33-
uses: actions/upload-pages-artifact@v1
33+
uses: actions/upload-pages-artifact@v3
3434
with:
3535
path: "site/_site/"

.github/workflows/site-workflow/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ runs:
33
using: "composite"
44
steps:
55
- name: Get site artifact
6-
uses: actions/download-artifact@v3
6+
uses: actions/download-artifact@v4
77
with:
88
name: github-pages
99

0 commit comments

Comments
 (0)