From a5be909db6e8941411409cdc8a8298eb8df41e6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 13:06:19 +0000 Subject: [PATCH] chore(release): 22.4.0 --- 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 c5f5a3d1..883dcb16 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. +## [22.4.0](https://github.com/renovatebot/github-action/compare/v22.3.4...v22.4.0) (2020-07-27) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v22.4.0 ([#167](https://github.com/renovatebot/github-action/issues/167)) ([42ec109](https://github.com/renovatebot/github-action/commit/42ec109678be2a48eae79d429ee4c74ce3a8c3a9)) + ### [22.3.4](https://github.com/renovatebot/github-action/compare/v22.3.3...v22.3.4) (2020-07-27) diff --git a/dist/index.js b/dist/index.js index b5b847ae..d16622e0 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 = '22.3.4-slim'; + this.tag = '22.4.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 29f2152a..40821176 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.3.4", + "version": "22.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c7004ff1..3b34c5af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.3.4", + "version": "22.4.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",