diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index b2f2374..6ce5162 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -175,7 +175,7 @@ jobs: rm build.zip - name: Add & Commit - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: # The arguments for the `git add` command (see the paragraph below for more info) # Default: '.' diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 54c467b..dbd2ba2 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -56,7 +56,7 @@ jobs: echo "packages_changed=$HasPackageDiff" >> $env:GITHUB_OUTPUT - name: Add & Commit - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 if: ${{ steps.changes.outputs.packages_changed }} with: # The arguments for the `git add` command (see the paragraph below for more info)