From e93f882b8975a4de5e244fc8716b9c79a46205e3 Mon Sep 17 00:00:00 2001 From: "ogkevin-robot[bot]" <140143426+ogkevin-robot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:55:56 +0100 Subject: [PATCH] ci(github-action): update renovatebot/github-action action to v40.1.4 (#340) | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | renovatebot/github-action | v40.1.3 | v40.1.4 | Co-authored-by: ogkevin-robot[bot] <140143426+ogkevin-robot[bot]@users.noreply.github.com> --- .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 cd72ff2..203b460 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -41,6 +41,6 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.3 + uses: renovatebot/github-action@v40.1.4 with: token: "${{ steps.get_token.outputs.token }}"