Skip to content

Commit 72fbafe

Browse files
committed
Update GitHub Actions workflows to use latest versions of dependencies
1 parent 97c5a36 commit 72fbafe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_linux-amd64.deb \
4646
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
4747
- name: Checkout
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v4
4949
with:
5050
ref: exampleSite
5151
- name: Setup Pages
5252
id: pages
53-
uses: actions/configure-pages@v3
53+
uses: actions/configure-pages@v5
5454
- name: Get Theme
5555
run: git submodule update --init --recursive
5656
- name: Update theme to Latest commit
@@ -61,7 +61,7 @@ jobs:
6161
--buildDrafts --gc \
6262
--baseURL ${{ steps.pages.outputs.base_url }}
6363
- name: Upload artifact
64-
uses: actions/upload-pages-artifact@v2
64+
uses: actions/upload-pages-artifact@v3
6565
with:
6666
path: ./public
6767
# Deployment job
@@ -74,4 +74,4 @@ jobs:
7474
steps:
7575
- name: Deploy to GitHub Pages
7676
id: deployment
77-
uses: actions/deploy-pages@v2
77+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)