@@ -30,7 +30,7 @@ their submodules to the latest git tag instead of the latest commit.
3030<!-- x-release-please-start-version -->
3131
3232``` yaml
33- - uses : sgoudham/update-git-submodules@v2.0.1
33+ - uses : sgoudham/update-git-submodules@v2.1.0
3434 with :
3535 # The path to the '.gitmodules' file.
3636 #
@@ -115,15 +115,15 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
115115` ` ` yaml
116116- name: Update Submodules
117117 id: submodules
118- uses: sgoudham/update-git-submodules@v2.0.1
118+ uses: sgoudham/update-git-submodules@v2.1.0
119119` ` `
120120
121121# ## Update all submodules to the latest tag
122122
123123` ` ` yaml
124124- name: Update Submodules
125125 id: submodules
126- uses: sgoudham/update-git-submodules@v2.0.1
126+ uses: sgoudham/update-git-submodules@v2.1.0
127127 with:
128128 strategy: tag
129129` ` `
@@ -133,7 +133,7 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
133133` ` ` yaml
134134- name: Update Submodule
135135 id: submodules
136- uses: sgoudham/update-git-submodules@v2.0.1
136+ uses: sgoudham/update-git-submodules@v2.1.0
137137 with:
138138 submodules: ports/vscode-icons
139139` ` `
@@ -143,7 +143,7 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
143143` ` ` yaml
144144- name: Update Submodules
145145 id: submodules
146- uses: sgoudham/update-git-submodules@v2.0.1
146+ uses: sgoudham/update-git-submodules@v2.1.0
147147 with:
148148 submodules: |
149149 ports/nvim
@@ -165,7 +165,7 @@ steps:
165165
166166 - name: Update Submodules
167167 id: submodules
168- uses: sgoudham/update-git-submodules@v2.0.1
168+ uses: sgoudham/update-git-submodules@v2.1.0
169169
170170 - name: Create PR
171171 uses: peter-evans/create-pull-request@v6
@@ -189,7 +189,7 @@ steps:
189189
190190 - name: Update Submodules
191191 id: submodules
192- uses: sgoudham/update-git-submodules@v2.0.1
192+ uses: sgoudham/update-git-submodules@v2.1.0
193193
194194 - name: Create PR
195195 uses: peter-evans/create-pull-request@v6
@@ -228,7 +228,7 @@ jobs:
228228
229229 - name: Update Submodules
230230 id: submodules
231- uses: sgoudham/update-git-submodules@v2.0.1
231+ uses: sgoudham/update-git-submodules@v2.1.0
232232 with:
233233 submodules: ${{ matrix.submodule }}
234234 strategy: ${{ matrix.strategy }}
0 commit comments