Skip to content

Commit e457685

Browse files
committed
ci(workflows): upgrade checkout and configuration actions to latest versions
1 parent 809b67d commit e457685

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
4343
4444
- name: Checkout
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646
with:
4747
ref: exampleSite
4848

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_linux-amd64.deb \
4848
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
4949
- name: Checkout
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v6
5151
with:
5252
ref: exampleSite
5353
- name: Setup Pages
5454
id: pages
55-
uses: actions/configure-pages@v5
55+
uses: actions/configure-pages@v6
5656
- name: Get Theme
5757
run: git submodule update --init --recursive
5858
- name: Update theme to Latest commit
@@ -63,7 +63,7 @@ jobs:
6363
--buildDrafts --gc \
6464
--baseURL ${{ steps.pages.outputs.base_url }}
6565
- name: Upload artifact
66-
uses: actions/upload-pages-artifact@v3
66+
uses: actions/upload-pages-artifact@v5
6767
with:
6868
path: ./public
6969
# Deployment job
@@ -79,4 +79,4 @@ jobs:
7979
steps:
8080
- name: Deploy to GitHub Pages
8181
id: deployment
82-
uses: actions/deploy-pages@v4
82+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)