Skip to content

Commit 19bdc30

Browse files
committed
feat: coq-community/docker-coq-action@v1
1 parent 6d24a56 commit 19bdc30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-coq-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3636
- uses: actions/checkout@v2
37-
- uses: erikmd/docker-coq-action@v1
37+
- uses: coq-community/docker-coq-action@v1
3838
with:
3939
opam_file: 'coq-demo.opam'
4040
coq_version: ${{ matrix.coq_version }}
@@ -52,7 +52,7 @@ jobs:
5252
max-parallel: 4
5353
steps:
5454
- uses: actions/checkout@v2
55-
- uses: erikmd/docker-coq-action@v1
55+
- uses: coq-community/docker-coq-action@v1
5656
with:
5757
opam_file: './coq-demo.opam'
5858
custom_image: ${{ matrix.image }}

0 commit comments

Comments
 (0)