From 4715302611265130cdd1b63787685b39ca27498d Mon Sep 17 00:00:00 2001 From: "bloopy-boi[bot]" <98279278+bloopy-boi[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:08:53 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20renovatebot/gith?= =?UTF-8?q?ub-action=20(=20v40.2.1=20=E2=86=92=20v40.2.2=20)=20(#396)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [renovatebot/github-action](https://togithub.com/renovatebot/github-action) | action | patch | `v40.2.1` -> `v40.2.2` | --- ### Release Notes
renovatebot/github-action (renovatebot/github-action) ### [`v40.2.2`](https://togithub.com/renovatebot/github-action/releases/tag/v40.2.2) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v40.2.1...v40.2.2) ##### Build System - **deps:** update dependency typescript to v5.5.3 ([aa452e6](https://togithub.com/renovatebot/github-action/commit/aa452e6e1be78a232ee775b6a89125c3e989b282)) ##### Continuous Integration - **deps:** update renovate docker tag to v37.426.0 ([fbafef1](https://togithub.com/renovatebot/github-action/commit/fbafef16fbdc9809abf8018bf453069f6b7554f7))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com> --- .github/workflows/run-renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-renovate.yaml b/.github/workflows/run-renovate.yaml index 8c45ca8..b4397dc 100755 --- a/.github/workflows/run-renovate.yaml +++ b/.github/workflows/run-renovate.yaml @@ -50,7 +50,7 @@ token: "${{ steps.app-token.outputs.token }}" - name: Renovate - uses: renovatebot/github-action@v40.2.1 + uses: renovatebot/github-action@v40.2.2 env: LOG_LEVEL: ${{ inputs.renovateLogLevel }} RENOVATE_DRY_RUN: ${{ inputs.dryRun }}