From bb3e8924a061b0d2289dcf5202ee7031d0098cab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 23:05:20 +0000 Subject: [PATCH] chore(release): 21.12.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 614c056d..5077a71b 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.12.4](https://github.com/renovatebot/github-action/compare/v21.12.3...v21.12.4) (2020-06-17) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v21.12.4 ([#128](https://github.com/renovatebot/github-action/issues/128)) ([1c81713](https://github.com/renovatebot/github-action/commit/1c81713e54c4425858ea998e50891232ddb72e4e)) + ### [21.12.3](https://github.com/renovatebot/github-action/compare/v21.12.2...v21.12.3) (2020-06-17) diff --git a/dist/index.js b/dist/index.js index 660190df..026e838a 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.12.3-slim'; + this.tag = '21.12.4-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 18b05873..a58bba43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "21.12.3", + "version": "21.12.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d4c73429..92d0d73b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "21.12.3", + "version": "21.12.4", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",