Skip to content

Commit 74d288f

Browse files
authored
Bump GitHub workflow actions to latest versions (#1267)
ref: https://github.com/actions/starter-workflows/blob/main/pages/hugo.yml
1 parent 750feb9 commit 74d288f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ref: exampleSite
5454
- name: Setup Pages
5555
id: pages
56-
uses: actions/configure-pages@v1
56+
uses: actions/configure-pages@v3
5757
- name: Get Theme
5858
run: git submodule update --init --recursive
5959
- name: Update theme to Latest commit
@@ -64,7 +64,7 @@ jobs:
6464
--buildDrafts --gc --verbose \
6565
--baseURL ${{ steps.pages.outputs.base_url }}
6666
- name: Upload artifact
67-
uses: actions/upload-pages-artifact@v1
67+
uses: actions/upload-pages-artifact@v2
6868
with:
6969
path: ./public
7070
# Deployment job
@@ -77,4 +77,4 @@ jobs:
7777
steps:
7878
- name: Deploy to GitHub Pages
7979
id: deployment
80-
uses: actions/deploy-pages@v1
80+
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)