Skip to content

Commit aa967ac

Browse files
Merge branch 'master' of github.com:solution-libre/docker-gitlab
2 parents 3f3dd04 + 3774821 commit aa967ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
container:
99
image: docker:latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Check Docker Compose file syntax
1313
run: docker compose --env-file .env.dist config -q
1414
check-markdown-syntax:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: Lint Markdown
2020
uses: articulate/actions-markdownlint@v1
2121
with:

0 commit comments

Comments
 (0)