Bump lib9c to 1.19.0 #482
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: update-submodule | |
on: | |
push: | |
branches: | |
- rc-v* | |
- release/* | |
jobs: | |
update-submodule: | |
if: github.ref_type == 'branch' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Update other repos referring NineChronicles.Headless as submodules | |
uses: planetarium/submodule-updater@main | |
with: | |
token: ${{ secrets.SUBMODULE_UPDATER_GH_TOKEN }} | |
committer: > | |
Submodule Updater <[email protected]> | |
targets: | | |
${{ github.repository_owner }}/NineChronicles.DataProvider:${{ github.ref_name }}? |