From 63fcee75dd1b79a986ad8c16335bf2f051d26244 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Jan 2021 19:04:17 +0000 Subject: [PATCH] chore(release): 24.14.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 5d9a57fca6a..803709d2c8e 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.14.0](https://github.com/renovatebot/github-action/compare/v24.12.4...v24.14.0) (2021-01-10) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.14.0 ([#479](https://github.com/renovatebot/github-action/issues/479)) ([bb43bd0](https://github.com/renovatebot/github-action/commit/bb43bd02128d7a8c9dfec4786c64a3b746cb8a23)) + ### [24.12.4](https://github.com/renovatebot/github-action/compare/v24.12.3...v24.12.4) (2021-01-09) diff --git a/dist/index.js b/dist/index.js index a8e18df9c58..ea2125a933e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1123,7 +1123,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.12.4-slim'; + this.tag = '24.14.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 595d3905af7..32d3b5c1fab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.12.4", + "version": "24.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a0ae0db7497..e6be0f8665b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.12.4", + "version": "24.14.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",