From fc804162c02d92876692511793c80e8f3a0e7dd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Feb 2021 15:19:18 +0000 Subject: [PATCH] chore(release): 24.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 eb28f0da..a943547d 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. +### [24.49.7](https://github.com/renovatebot/github-action/compare/v24.49.6...v24.49.7) (2021-02-13) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.49.7 ([e8209da](https://github.com/renovatebot/github-action/commit/e8209daa690b4f4cc0b7a402548cda0d10971928)) + ### [24.49.6](https://github.com/renovatebot/github-action/compare/v24.49.4...v24.49.6) (2021-02-13) diff --git a/dist/index.js b/dist/index.js index 7e18b8ee..b7fa1222 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1554,7 +1554,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.49.6-slim'; + this.tag = '24.49.7-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 059c24ff..b31de457 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.49.6", + "version": "24.49.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a2dcd4c4..862f8d26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.49.6", + "version": "24.49.7", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",