From 4d4619c540125711309d4c6fb58f3d280a16c358 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 14 Jun 2023 23:20:42 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v38.1.4 (#9643) 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 | `v38.1.3` -> `v38.1.4` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
renovatebot/github-action ### [`v38.1.4`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.4) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.3...v38.1.4) ##### Continuous Integration - **deps:** update actions/checkout action to v3.5.3 ([fe7a737](https://togithub.com/renovatebot/github-action/commit/fe7a7370220ffde61270c661a0440b80d10cd3ec)) - **deps:** update renovate docker tag to v35.115.2 ([b0d9ad1](https://togithub.com/renovatebot/github-action/commit/b0d9ad11184bf6c6ce2584f702726d462928ed7d)) ##### Build System - **deps:** update dependency semantic-release to v21.0.3 ([ae6d595](https://togithub.com/renovatebot/github-action/commit/ae6d595acefcfac841747a7347d57e9cbb845439))
--- ### 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). --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index e2315584b40..e2895876f0b 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -12,7 +12,7 @@ jobs: with: token: ${{ secrets.BOT_TOKEN }} - name: Self-hosted Renovate - uses: renovatebot/github-action@5aa4bc2e097e751b391105d89ff88c0c80519c1a # v38.1.3 + uses: renovatebot/github-action@c3216113121a7c690027cd21eaad8a318c58bbcd # v38.1.4 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}