From 5fb66892c4e0d0a7427bbde98d3ac50196fc99af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 14:11:39 +0000 Subject: [PATCH] feat(github-action): update renovatebot/github-action action to v40.3.4 | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | renovatebot/github-action | v40.2.4 | v40.3.4 | --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index e477aec..f120bde 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -50,7 +50,7 @@ jobs: echo "RENOVATE_DRY_RUN=${{ github.event.inputs.logLevel || env.LOG_LEVEL}}" >> $GITHUB_ENV - name: Renovate - uses: renovatebot/github-action@v40.2.4 + uses: renovatebot/github-action@v40.3.4 with: configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" token: "${{ steps.generate-token.outputs.token }}"