diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 1e17f71..87053bd 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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 @@ -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: '.' diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 12dcf65..768a16e 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@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)