Skip to content

Commit

Permalink
Merge pull request #3 from solution-libre/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
FlorentPoinsaut committed Jul 15, 2022
2 parents 5526733 + 0553fcb commit 16ef44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
container:
image: docker:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- 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@v2
uses: actions/checkout@v3
- name: Lint Markdown
uses: articulate/actions-markdownlint@v1
with:
Expand Down

0 comments on commit 16ef44d

Please sign in to comment.