From d6a947e7ac792db57caf6d9e81105eedb11cb99a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 04:04:47 +0000 Subject: [PATCH] chore(release): 23.84.6 --- 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 705833ee..ad139e07 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.6](https://github.com/renovatebot/github-action/compare/v23.84.4...v23.84.6) (2020-11-20) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v23.84.6 ([#399](https://github.com/renovatebot/github-action/issues/399)) ([7688b6f](https://github.com/renovatebot/github-action/commit/7688b6f586a0a92c907db01ebb0244bc61074059)) + ### [23.84.4](https://github.com/renovatebot/github-action/compare/v23.84.3...v23.84.4) (2020-11-19) diff --git a/dist/index.js b/dist/index.js index 58835166..24904c86 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.4-slim'; + this.tag = '23.84.6-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 64b6a5c7..d7d51570 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.84.4", + "version": "23.84.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 965773ff..444f7362 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.84.4", + "version": "23.84.6", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",