From cafb9fc4665cb1e79871923ce3bdd640ea4bf52e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 16:14:30 +0000 Subject: [PATCH] chore(release): 21.33.14 --- 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 423872b2..503db8c9 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. +### [21.33.14](https://github.com/renovatebot/github-action/compare/v21.33.12...v21.33.14) (2020-07-22) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v21.33.14 ([#156](https://github.com/renovatebot/github-action/issues/156)) ([2903d13](https://github.com/renovatebot/github-action/commit/2903d13faad04c2cc872a7bb227ad36a00c2aaaa)) + ### [21.33.12](https://github.com/renovatebot/github-action/compare/v21.33.7...v21.33.12) (2020-07-22) diff --git a/dist/index.js b/dist/index.js index d1b4124d..bada488e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1061,7 +1061,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '21.33.12-slim'; + this.tag = '21.33.14-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 57c59277..2fb44f7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "21.33.12", + "version": "21.33.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b41a79e8..80aca762 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "21.33.12", + "version": "21.33.14", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",