Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
unzip build.zip
rm build.zip

- uses: paulhatch/semantic-version@v6.0.1
- uses: paulhatch/semantic-version@v6.0.2
id: asset_version
with:
# The prefix to use to identify tags
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
rm build.zip

- name: Add & Commit
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
with:
# The arguments for the `git add` command (see the paragraph below for more info)
# Default: '.'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "packages_changed=$HasPackageDiff" >> $env:GITHUB_OUTPUT

- name: Add & Commit
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
if: ${{ steps.changes.outputs.packages_changed }}
with:
# The arguments for the `git add` command (see the paragraph below for more info)
Expand Down
Loading