diff --git a/.github/workflows/CRON-DAILY.yml b/.github/workflows/CRON-DAILY.yml index 1bd8cf33..f5dee166 100644 --- a/.github/workflows/CRON-DAILY.yml +++ b/.github/workflows/CRON-DAILY.yml @@ -25,7 +25,7 @@ jobs: - name: Commit and push changes (conditional) if: env.VERSION_TAG != 'null' - uses: devops-infra/action-commit-push@v0.10.0 + uses: devops-infra/action-commit-push@v0.11.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} target_branch: dependency/${{ env.VERSION_BRANCH }}