Skip to content

Commit

Permalink
Update hugo and Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeg committed Nov 6, 2023
1 parent eefc5a1 commit e39b564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.116.1
HUGO_VERSION: 0.120.3
steps:
- name: Install Hugo CLI
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
ruby-version: '3.2'
- name: Install dependencies
run: gem install mdl
- name: Run markdownlint
run: mdl -c .mdlrc content/post/
run: mdl -c .mdlrc content/post/

0 comments on commit e39b564

Please sign in to comment.