Skip to content

Commit

Permalink
Use https to load submodules (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
malmckay authored May 3, 2022
1 parent d4eb9a7 commit 067c76c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- ubuntu-latest
- macos-latest
ruby:
- 2.5
- 2.6
- 2.7
- 3.0
- '2.5'
- '2.6'
- '2.7'
- '3.0'
- jruby
gcc:
- 7
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "releaseops"]
path = releaseops
url = git://github.com/slyphon/releaseops.git
url = https://github.com/zk-ruby/releaseops.git

0 comments on commit 067c76c

Please sign in to comment.