From 200058d2abbcffcc309d7b8ba7190809b26ad140 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 00:27:34 +0000 Subject: [PATCH] chore(release): 24.112.0 --- CHANGELOG.md | 7 +++++++ dist/index.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82685c35..f7342a89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [24.112.0](https://github.com/renovatebot/github-action/compare/v24.110.4...v24.112.0) (2021-04-12) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.112.0 ([c0812d7](https://github.com/renovatebot/github-action/commit/c0812d791ed61a7045c45b6c710743dd522e83ac)) + ### [24.110.4](https://github.com/renovatebot/github-action/compare/v24.110.3...v24.110.4) (2021-04-11) diff --git a/dist/index.js b/dist/index.js index 4490b3c5..fa041495 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1583,7 +1583,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.110.4-slim'; + this.tag = '24.112.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index e4c564da..3d432f15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.110.4", + "version": "24.112.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4105ffe6..06d74187 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.110.4", + "version": "24.112.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",