Skip to content

Commit

Permalink
Update mdl action.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Jul 24, 2024
1 parent d72ed9f commit 8f704f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdownlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install Ruby 2.7
- name: Install Ruby 3.3
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa
with:
ruby-version: 2.7
ruby-version: 3.3
- name: Install mdl
run: gem install mdl
- name: Check out code
Expand Down

0 comments on commit 8f704f8

Please sign in to comment.