Skip to content

Commit f6332fa

Browse files
committed
ci: update action versions
1 parent 679795e commit f6332fa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ jobs:
2525
build:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: Install Hugo
3030
run: sudo snap install --channel=extended/stable hugo
3131
- name: Setup Pages
3232
id: pages
33-
uses: actions/configure-pages@v2
33+
uses: actions/configure-pages@v5
3434
- name: Configure git identity
3535
run: |
3636
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
3737
git config --global user.name "${{ github.actor }}"
3838
- name: Build site
3939
run: hugo --baseURL "${{ steps.pages.outputs.base_url }}/"
4040
- name: Upload pages
41-
uses: actions/upload-pages-artifact@v1
41+
uses: actions/upload-pages-artifact@v3
4242
with:
4343
path: ./public
4444

@@ -52,4 +52,4 @@ jobs:
5252
steps:
5353
- name: Deploy to GitHub Pages
5454
id: deployment
55-
uses: actions/deploy-pages@v1
55+
uses: actions/deploy-pages@v4

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
env:
1313
GIT_CONFIG_NOSYSTEM: "1"
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Install Hugo
1717
run: sudo snap install --channel=extended/stable hugo
1818
- name: Try to build website

0 commit comments

Comments
 (0)