Skip to content

Commit 5b8f234

Browse files
author
Yishuai Li
committed
CI: checkout v4
1 parent d47e472 commit 5b8f234

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- 'coqorg/coq:dev'
3030
fail-fast: false
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
with:
3434
submodules: recursive
3535
- uses: coq-community/docker-coq-action@v1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ resources/index.md: meta.yml $(TEMPLATES)/index.md.mustache
3939

4040
publish%:
4141
opam publish --packages-directory=released/packages \
42-
--repo=coq/opam-coq-archive --tag=v$* -v $* coq-community/coq-ext-lib
42+
--repo=coq/opam --tag=v$* -v $* coq-community/coq-ext-lib

0 commit comments

Comments
 (0)