@@ -32,7 +32,7 @@ latest commit.
3232<!-- x-release-please-start-version -->
3333
3434``` yaml
35- -
uses :
sgoudham/[email protected] .2 35+ -
uses :
sgoudham/[email protected] .3 3636 with :
3737 # The path to the '.gitmodules' file.
3838 #
@@ -117,15 +117,15 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
117117` ` ` yaml
118118- name: Update Submodules
119119 id: submodules
120- uses: sgoudham/[email protected] .2 120+ uses: sgoudham/[email protected] .3 121121` ` `
122122
123123# ## Update all submodules to the latest tag
124124
125125` ` ` yaml
126126- name: Update Submodules
127127 id: submodules
128- uses: sgoudham/[email protected] .2 128+ uses: sgoudham/[email protected] .3 129129 with:
130130 strategy: tag
131131` ` `
@@ -135,7 +135,7 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
135135` ` ` yaml
136136- name: Update Submodule
137137 id: submodules
138- uses: sgoudham/[email protected] .2 138+ uses: sgoudham/[email protected] .3 139139 with:
140140 submodules: ports/vscode-icons
141141` ` `
@@ -145,7 +145,7 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
145145` ` ` yaml
146146- name: Update Submodules
147147 id: submodules
148- uses: sgoudham/[email protected] .2 148+ uses: sgoudham/[email protected] .3 149149 with:
150150 submodules: |
151151 ports/nvim
@@ -167,7 +167,7 @@ steps:
167167
168168 - name: Update Submodules
169169 id: submodules
170- uses: sgoudham/[email protected] .2 170+ uses: sgoudham/[email protected] .3 171171
172172 - name: Create PR
173173 uses: peter-evans/create-pull-request@v6
@@ -191,7 +191,7 @@ steps:
191191
192192 - name: Update Submodules
193193 id: submodules
194- uses: sgoudham/[email protected] .2 194+ uses: sgoudham/[email protected] .3 195195
196196 - name: Create PR
197197 uses: peter-evans/create-pull-request@v6
@@ -230,7 +230,7 @@ jobs:
230230
231231 - name: Update Submodules
232232 id: submodules
233- uses: sgoudham/[email protected] .2 233+ uses: sgoudham/[email protected] .3 234234 with:
235235 submodules: ${{ matrix.submodule }}
236236 strategy: ${{ matrix.strategy }}
0 commit comments