Skip to content

Commit d2b168d

Browse files
committed
🚧 rebuild submodules
Signed-off-by: David Bernard <david.bernard.31@gmail.com>
1 parent e364d5e commit d2b168d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
CARGO_TERM_COLOR: always
2020
RUST_BACKTRACE: full
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525
submodules: "true"

‎.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "cdevents-spec"]
22
path = cdevents-spec
3-
url = git@github.com:cdevents/spec.git
3+
url = https://github.com/cdevents/spec.git
44
branch = spec-v0.3

‎cdevents-spec

Submodule cdevents-spec added at 2b63793

0 commit comments

Comments
 (0)