From 2619ea672b6ddb66cbddda94b9b3986e1c8997f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Feb 2021 14:59:23 +0000 Subject: [PATCH] chore(release): 24.49.8 --- 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 a943547d..32e3a6e5 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.8](https://github.com/renovatebot/github-action/compare/v24.49.7...v24.49.8) (2021-02-14) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.49.8 ([95f6949](https://github.com/renovatebot/github-action/commit/95f69498abb6ef45ae84c67cd3a6d5e2a0f108ee)) + ### [24.49.7](https://github.com/renovatebot/github-action/compare/v24.49.6...v24.49.7) (2021-02-13) diff --git a/dist/index.js b/dist/index.js index b7fa1222..e727df51 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.7-slim'; + this.tag = '24.49.8-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index b31de457..0b6766c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.49.7", + "version": "24.49.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 862f8d26..7d9de176 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.49.7", + "version": "24.49.8", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",