diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index e6f90eca7..7886d3b5d 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -12,7 +12,7 @@ jobs: renovate: runs-on: ubuntu-latest steps: - - uses: renovatebot/github-action@v41.0.5 + - uses: renovatebot/github-action@v41.0.6 env: RENOVATE_REPOSITORIES: ${{ github.repository }} with: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bfb7e29b1..7f11160b6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -313,7 +313,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Hello, thanks for adding an issue for the first time!" pr-message: "Hello, thanks for contributing for the first time!" - - uses: renovatebot/github-action@v41.0.5 # integration, node action with call to docker, docker flags that make injection more complicated, then call a node script via exec that already is injected with otel + - uses: renovatebot/github-action@v41.0.6 # integration, node action with call to docker, docker flags that make injection more complicated, then call a node script via exec that already is injected with otel env: RENOVATE_DRY_RUN: full RENOVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}