From 08bd6f57d6c262677cefd55aab4a8a53f1a74c71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 16:05:28 +0000 Subject: [PATCH] chore(release): 23.49.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 44cc841e..d075e558 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.49.7](https://github.com/renovatebot/github-action/compare/v23.49.6...v23.49.7) (2020-10-16) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v23.49.7 ([#332](https://github.com/renovatebot/github-action/issues/332)) ([53a19cd](https://github.com/renovatebot/github-action/commit/53a19cd9e4235441392e900a8d33f6a0469edee0)) + ### [23.49.6](https://github.com/renovatebot/github-action/compare/v23.49.2...v23.49.6) (2020-10-16) diff --git a/dist/index.js b/dist/index.js index 16430f41..20c9841a 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.49.6-slim'; + this.tag = '23.49.7-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index a88007fb..09495c49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.49.6", + "version": "23.49.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fea13cfe..3aa5a025 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.49.6", + "version": "23.49.7", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",