Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentPoinsaut committed Sep 20, 2023
1 parent 4957bfb commit af9f638
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -8,14 +8,15 @@ jobs:
container:
image: docker:latest
steps:
- uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v4
- name: Check Docker Compose file syntax
run: docker compose --env-file .env.dist config -q
check-markdown-syntax:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v13
with:
Expand Down

0 comments on commit af9f638

Please sign in to comment.