Skip to content

Commit b4fb3d3

Browse files
committed
BumpGH action versions
1 parent 724fcc4 commit b4fb3d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ jobs:
3434
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-amd64.deb \
3535
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
3636
- name: Checkout
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
submodules: recursive
4040
- name: Setup Pages
4141
id: pages
42-
uses: actions/configure-pages@v2
42+
uses: actions/configure-pages@v5
4343

4444
- name: setup ruby
4545
uses: ruby/setup-ruby@v1
4646
with:
4747
ruby-version: 2.7
4848

4949
- name: setup asciidoctor
50-
uses: reitzig/[email protected].0
50+
uses: reitzig/[email protected].2
5151
with:
5252
version: 2.0.18
5353

@@ -64,7 +64,7 @@ jobs:
6464
--minify \
6565
--baseURL "${{ steps.pages.outputs.base_url }}/"
6666
- name: Upload artifact
67-
uses: actions/upload-pages-artifact@v1
67+
uses: actions/upload-pages-artifact@v3
6868
with:
6969
path: ./public
7070

@@ -78,4 +78,4 @@ jobs:
7878
steps:
7979
- name: Deploy to GitHub Pages
8080
id: deployment
81-
uses: actions/deploy-pages@v1
81+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)