diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 9503ac3f..b25b048a 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -40,7 +40,7 @@ jobs: - name: automerge2 - uses: reitermarkus/automerge@v1.5.1 + uses: reitermarkus/automerge@v1.5.2 with: token: ${{ secrets.GITHUB_TOKEN }} merge-method: merge diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 134aa2e0..b4ce4d57 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: '1' # https://github.com/renovatebot/github-action install renovate app - name: run renovate across repositories - uses: renovatebot/github-action@v24.116.2 + uses: renovatebot/github-action@v24.119.2 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }}