From 3d8af24a692eedd22adcfc3abc654aba4952a95c Mon Sep 17 00:00:00 2001 From: "robodexo2000[bot]" <150604236+robodexo2000[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:20:02 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v40.2.7 | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | renovatebot/github-action | v40.2.6 | v40.2.7 | --- .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 0bec3ba..17ac736 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -53,7 +53,7 @@ jobs: echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@b266b24b144602ed4f512f0773009d026722f4cc # v40.2.6 + uses: renovatebot/github-action@630a255a1f2f56c8d8ce160bed3e3ca577ca53e2 # v40.2.7 with: configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" token: "${{ steps.generate-token.outputs.token }}"