From a22420adc51af14d020d64f1c68dbc2b9dff22ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 May 2020 18:05:19 +0000 Subject: [PATCH] chore(release): 19.236.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 c14109a3..4f096287 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. +### [19.236.4](https://github.com/renovatebot/github-action/compare/v19.236.3...v19.236.4) (2020-05-12) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v19.236.4 ([#82](https://github.com/renovatebot/github-action/issues/82)) ([a6a2a3e](https://github.com/renovatebot/github-action/commit/a6a2a3ee7f3d36ad87d59379ea41cfd38b650805)) + ### [19.236.3](https://github.com/renovatebot/github-action/compare/v19.236.1...v19.236.3) (2020-05-12) diff --git a/dist/index.js b/dist/index.js index d1ecb08c..6784d206 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1055,7 +1055,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '19.236.3-slim'; + this.tag = '19.236.4-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 3f2f2191..e424e0da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "19.236.3", + "version": "19.236.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 24d4014a..c56f912b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "19.236.3", + "version": "19.236.4", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",