@@ -24,7 +24,7 @@ their submodules to the latest git tag instead of the latest commit.
2424<!-- x-release-please-start-version -->
2525
2626``` yaml
27- -
uses :
sgoudham/[email protected] .0 27+ -
uses :
sgoudham/[email protected] .1 2828 with :
2929 # The path to the '.gitmodules' file.
3030 #
@@ -105,15 +105,15 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
105105` ` ` yaml
106106- name: Update Submodules
107107 id: submodules
108- uses: sgoudham/[email protected] .0 108+ uses: sgoudham/[email protected] .1 109109` ` `
110110
111111# ## Update all submodules to the latest tag
112112
113113` ` ` yaml
114114- name: Update Submodules
115115 id: submodules
116- uses: sgoudham/[email protected] .0 116+ uses: sgoudham/[email protected] .1 117117 with:
118118 strategy: tag
119119` ` `
@@ -123,7 +123,7 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
123123` ` ` yaml
124124- name: Update Submodule
125125 id: submodules
126- uses: sgoudham/[email protected] .0 126+ uses: sgoudham/[email protected] .1 127127 with:
128128 submodules: ports/vscode-icons
129129` ` `
@@ -133,7 +133,7 @@ the path is `ports/vscode-icons`, the dynamic outputs will be:
133133` ` ` yaml
134134- name: Update Submodules
135135 id: submodules
136- uses: sgoudham/[email protected] .0 136+ uses: sgoudham/[email protected] .1 137137 with:
138138 submodules: |
139139 ports/nvim
@@ -155,7 +155,7 @@ steps:
155155
156156 - name: Update Submodules
157157 id: submodules
158- uses: sgoudham/[email protected] .0 158+ uses: sgoudham/[email protected] .1 159159
160160 - name: Create PR
161161 uses: peter-evans/create-pull-request@v6
@@ -179,7 +179,7 @@ steps:
179179
180180 - name: Update Submodules
181181 id: submodules
182- uses: sgoudham/[email protected] .0 182+ uses: sgoudham/[email protected] .1 183183
184184 - name: Create PR
185185 uses: peter-evans/create-pull-request@v6
@@ -218,7 +218,7 @@ jobs:
218218
219219 - name: Update Submodules
220220 id: submodules
221- uses: sgoudham/[email protected] .0 221+ uses: sgoudham/[email protected] .1 222222 with:
223223 submodules: ${{ matrix.submodule }}
224224 strategy: ${{ matrix.strategy }}
0 commit comments