diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 082b3578..f9a5962d 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -40,7 +40,7 @@ jobs: Get-ChildItem -Path $Env:GITHUB_WORKSPACE -Filter $Env:INSTALLER_FILE | Select-Object -Property Name, Size, LastWriteTime, User - name: Commit bundled installer script - uses: stefanzweifel/git-auto-commit-action@v5.2.0 + uses: stefanzweifel/git-auto-commit-action@v7.0.0 with: commit_message: Updated bundled installer [skip ci] file_pattern: ${{ env.INSTALLER_FILE }}