File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 unzip build.zip
154154 rm build.zip
155155
156- - uses : paulhatch/semantic-version@v6.0.1
156+ - uses : paulhatch/semantic-version@v6.0.2
157157 id : asset_version
158158 with :
159159 # The prefix to use to identify tags
@@ -189,7 +189,7 @@ jobs:
189189 rm build.zip
190190
191191 - name : Add & Commit
192- uses : EndBug/add-and-commit@v9
192+ uses : EndBug/add-and-commit@v10
193193 with :
194194 # The arguments for the `git add` command (see the paragraph below for more info)
195195 # Default: '.'
Original file line number Diff line number Diff line change 5656 echo "packages_changed=$HasPackageDiff" >> $env:GITHUB_OUTPUT
5757
5858 - name : Add & Commit
59- uses : EndBug/add-and-commit@v9
59+ uses : EndBug/add-and-commit@v10
6060 if : ${{ steps.changes.outputs.packages_changed }}
6161 with :
6262 # The arguments for the `git add` command (see the paragraph below for more info)
You can’t perform that action at this time.
0 commit comments