From b9e378b9163070a5f87147147209be541ec7aff3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Dec 2020 23:07:51 +0000 Subject: [PATCH] chore(release): 24.2.4 --- 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 f8f2eedb..c2ed6b1f 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.2.4](https://github.com/renovatebot/github-action/compare/v24.2.3...v24.2.4) (2020-12-13) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.2.4 ([#438](https://github.com/renovatebot/github-action/issues/438)) ([5899e2a](https://github.com/renovatebot/github-action/commit/5899e2a73714b3cb978e8553e0d33ad7052a9c92)) + ### [24.2.3](https://github.com/renovatebot/github-action/compare/v23.100.5...v24.2.3) (2020-12-13) diff --git a/dist/index.js b/dist/index.js index 47e9eafd..2739cde7 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.2.3-slim'; + this.tag = '24.2.4-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index c7914df4..e6a3be8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.2.3", + "version": "24.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ee9012f2..5881b197 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.2.3", + "version": "24.2.4", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",