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 @@ -148,7 +148,7 @@ jobs:
148148 unzip build.zip
149149 rm build.zip
150150
151- - uses : paulhatch/semantic-version@v6.0.1
151+ - uses : paulhatch/semantic-version@v6.0.2
152152 id : asset_version
153153 with :
154154 # The prefix to use to identify tags
@@ -184,7 +184,7 @@ jobs:
184184 rm build.zip
185185
186186 - name : Add & Commit
187- uses : EndBug/add-and-commit@v9
187+ uses : EndBug/add-and-commit@v10
188188 with :
189189 # The arguments for the `git add` command (see the paragraph below for more info)
190190 # 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