From 4f900c9b79605c092d0bdabbf9fb8c68261abd6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Oct 2020 04:03:48 +0000 Subject: [PATCH] chore(release): 23.56.7 --- 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 c7515ee1..6ebd0809 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. +### [23.56.7](https://github.com/renovatebot/github-action/compare/v23.56.6...v23.56.7) (2020-10-25) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v23.56.7 ([#356](https://github.com/renovatebot/github-action/issues/356)) ([ec8e996](https://github.com/renovatebot/github-action/commit/ec8e996cf34c659916d565dbb66fc08b697af2a9)) + ### [23.56.6](https://github.com/renovatebot/github-action/compare/v23.56.5...v23.56.6) (2020-10-25) diff --git a/dist/index.js b/dist/index.js index 1defffcb..86c68a3d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1123,7 +1123,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '23.56.6-slim'; + this.tag = '23.56.7-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 2100acd8..fa907352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.56.6", + "version": "23.56.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cfb5a41c..460c1975 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.56.6", + "version": "23.56.7", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",