File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v4
2222 with :
23+ submodules : true
2324 persist-credentials : false
2425
2526 # zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
2930 with :
3031 ruby-version : ruby
3132
33+ - run : bundle install
34+
3235 # zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
3336 # specify that we want the v1 branch.
3437 - uses : rubygems/release-gem@refs/heads/v1
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ This library uses [Semantic Versioning](https://semver.org/).
345345
346346## Copyright and License
347347
348- This software is Copyright (c) 2020-2024 by MaxMind, Inc.
348+ This software is Copyright (c) 2020-2025 by MaxMind, Inc.
349349
350350This is free software, licensed under the [ Apache License, Version
3513512.0] ( LICENSE-APACHE ) or the [ MIT License] ( LICENSE-MIT ) , at your option.
You can’t perform that action at this time.
0 commit comments