Skip to content

Commit

Permalink
Merge pull request #8 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 authored Jul 15, 2022
2 parents b7d018e + 1de8a9e commit 0efcd2a
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 @@ -10,14 +10,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-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 0efcd2a

Please sign in to comment.