Skip to content

Commit 7f78953

Browse files
committed
Updating GitHub Actions deploy dependencies
1 parent e789d5d commit 7f78953

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
3939
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
4040
- name: Checkout
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242
with:
4343
submodules: recursive
4444
- name: Setup Pages
@@ -70,4 +70,4 @@ jobs:
7070
steps:
7171
- name: Deploy to GitHub Pages
7272
id: deployment
73-
uses: actions/deploy-pages@v4
73+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)