diff --git a/CHANGELOG.md b/CHANGELOG.md index d223a341..f931cf6e 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.3](https://github.com/renovatebot/github-action/compare/v24.11.6...v24.12.3) (2021-01-08) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.12.3 ([#477](https://github.com/renovatebot/github-action/issues/477)) ([4f1ff94](https://github.com/renovatebot/github-action/commit/4f1ff94e7624f96ab8eb3850acc3a420caa4a07d)) + ### [24.11.6](https://github.com/renovatebot/github-action/compare/v24.11.5...v24.11.6) (2021-01-07) diff --git a/dist/index.js b/dist/index.js index 46874519..d2df5e0f 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.11.6-slim'; + this.tag = '24.12.3-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index c00a44b2..cac827e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.11.6", + "version": "24.12.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d5c7c831..8e85e7c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.11.6", + "version": "24.12.3", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",