Skip to content

Commit

Permalink
Update Github Actions (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC authored Dec 23, 2023
1 parent 8e9d8cc commit 4c16ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Lint changelog file
uses: docker://avtodev/markdown-lint:v1
uses: docker://avtodev/markdown-lint:v1.5
with:
config: './.markdownlint.json'
args: '.'
Expand Down

0 comments on commit 4c16ca7

Please sign in to comment.