From 79ec7f083cfab062abdd0ed37265ce3b54dcb3e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 01:05:38 +0000 Subject: [PATCH] chore(release): 19.239.9 --- CHANGELOG.md | 7 +++++++ dist/index.js | 10 ++++++++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ddcb42f..c4828495 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.239.9](https://github.com/renovatebot/github-action/compare/v19.239.8...v19.239.9) (2020-05-19) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v19.239.9 ([#98](https://github.com/renovatebot/github-action/issues/98)) ([852e465](https://github.com/renovatebot/github-action/commit/852e465ea1843d14f481f554928dfd4050c770cb)) + ### [19.239.8](https://github.com/renovatebot/github-action/compare/v19.239.7...v19.239.8) (2020-05-17) diff --git a/dist/index.js b/dist/index.js index 01039415..82c496f5 100644 --- a/dist/index.js +++ b/dist/index.js @@ -19,7 +19,13 @@ module.exports = /******/ }; /******/ /******/ // Execute the module function -/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ var threw = true; +/******/ try { +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ threw = false; +/******/ } finally { +/******/ if(threw) delete installedModules[moduleId]; +/******/ } /******/ /******/ // Flag the module as loaded /******/ module.l = true; @@ -1055,7 +1061,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '19.239.8-slim'; + this.tag = '19.239.9-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 8052c1df..10c7b873 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "19.239.8", + "version": "19.239.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 32fb7e31..30dc2836 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "19.239.8", + "version": "19.239.9", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",