From 536c134b851186de4119c1413db1062097e50705 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 21:05:47 +0000 Subject: [PATCH] chore(release): 19.238.2 --- 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 3338c6a3..42d04bf7 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.238.2](https://github.com/renovatebot/github-action/compare/v19.238.0...v19.238.2) (2020-05-13) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v19.238.2 ([#87](https://github.com/renovatebot/github-action/issues/87)) ([543edf7](https://github.com/renovatebot/github-action/commit/543edf75766c8d224f868f870547755697c1f23e)) + ## [19.238.0](https://github.com/renovatebot/github-action/compare/v19.236.4...v19.238.0) (2020-05-13) diff --git a/dist/index.js b/dist/index.js index 85d46b5f..c3d3a352 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.238.0-slim'; + this.tag = '19.238.2-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index e62eba12..e607cabe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "19.238.0", + "version": "19.238.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab96c8b2..0b6d8873 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "19.238.0", + "version": "19.238.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",