Skip to content

Commit

Permalink
Bump versions in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Bruns committed May 4, 2023
1 parent 3fed7f9 commit cf4fc2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:

- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

Expand All @@ -25,7 +25,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.84.0'
hugo-version: '0.111.3'
extended: true

- name: Build
Expand Down

0 comments on commit cf4fc2f

Please sign in to comment.