Skip to content

Commit 8a8abcd

Browse files
committed
feat: s/alpha/master/
1 parent 2f615fd commit 8a8abcd

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
@@ -37,7 +37,7 @@ jobs:
3737
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3838
- uses: actions/checkout@v2
3939

40-
- uses: erikmd/docker-coq-action@alpha
40+
- uses: erikmd/docker-coq-action@master
4141
id: docker-coq-action
4242
with:
4343
opam_file: 'coq-demo.opam'
@@ -71,7 +71,7 @@ jobs:
7171
max-parallel: 4
7272
steps:
7373
- uses: actions/checkout@v2
74-
- uses: erikmd/docker-coq-action@alpha
74+
- uses: erikmd/docker-coq-action@master
7575
id: docker-mathcomp-action
7676
with:
7777
opam_file: './coq-demo.opam'

0 commit comments

Comments
 (0)