diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec81b8f..705833ee 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. +### [23.84.4](https://github.com/renovatebot/github-action/compare/v23.84.3...v23.84.4) (2020-11-19) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v23.84.4 ([#398](https://github.com/renovatebot/github-action/issues/398)) ([24bcf38](https://github.com/renovatebot/github-action/commit/24bcf387384d410adb212cfea695f07db93b6734)) + ### [23.84.3](https://github.com/renovatebot/github-action/compare/v23.84.0...v23.84.3) (2020-11-18) diff --git a/dist/index.js b/dist/index.js index 24fdf8b0..58835166 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 = '23.84.3-slim'; + this.tag = '23.84.4-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index f1d2ea1f..64b6a5c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.84.3", + "version": "23.84.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8b2ef6a0..965773ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.84.3", + "version": "23.84.4", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",