From ff9283aca39d337d8aea9ddef08da63917c6f39a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Jan 2021 23:03:56 +0000 Subject: [PATCH] chore(release): 24.12.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 f931cf6e..5d9a57fc 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.12.4](https://github.com/renovatebot/github-action/compare/v24.12.3...v24.12.4) (2021-01-09) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.12.4 ([#478](https://github.com/renovatebot/github-action/issues/478)) ([61469f2](https://github.com/renovatebot/github-action/commit/61469f2bbb93fdb225f799a6523fcdde5213f5c7)) + ### [24.12.3](https://github.com/renovatebot/github-action/compare/v24.11.6...v24.12.3) (2021-01-08) diff --git a/dist/index.js b/dist/index.js index d2df5e0f..a8e18df9 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.3-slim'; + this.tag = '24.12.4-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index cac827e0..595d3905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.12.3", + "version": "24.12.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8e85e7c1..a0ae0db7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.12.3", + "version": "24.12.4", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",