diff --git a/CHANGELOG.md b/CHANGELOG.md index 11f49b0e..61b5f791 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.16.3](https://github.com/renovatebot/github-action/compare/v24.16.2...v24.16.3) (2021-01-13) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.16.3 ([#487](https://github.com/renovatebot/github-action/issues/487)) ([29c5a5d](https://github.com/renovatebot/github-action/commit/29c5a5d2493ffbd9898f64eccafa223a562c0b80)) + ### [24.16.2](https://github.com/renovatebot/github-action/compare/v24.16.1...v24.16.2) (2021-01-12) diff --git a/dist/index.js b/dist/index.js index 910fc550..6c658ae4 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.16.2-slim'; + this.tag = '24.16.3-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 43872aff..62a82ea1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.16.2", + "version": "24.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3ba4c808..d808ffa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.16.2", + "version": "24.16.3", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",