Skip to content

Commit

Permalink
CI: checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed Jan 31, 2024
1 parent d47e472 commit 5b8f234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- 'coqorg/coq:dev'
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: coq-community/docker-coq-action@v1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ resources/index.md: meta.yml $(TEMPLATES)/index.md.mustache

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

0 comments on commit 5b8f234

Please sign in to comment.