From 8298b4d48892995a785acd06b27197213ba1faf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 21:01:40 +0000 Subject: [PATCH] chore(release): 24.93.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 3ba43fcf..a12d35ff 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.93.0](https://github.com/renovatebot/github-action/compare/v24.91.3...v24.93.0) (2021-03-22) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.93.0 ([28d06f6](https://github.com/renovatebot/github-action/commit/28d06f6a3ae43ad2011e1508c0fc45c5e675ba06)) + ### [24.91.3](https://github.com/renovatebot/github-action/compare/v24.91.2...v24.91.3) (2021-03-22) diff --git a/dist/index.js b/dist/index.js index 76027786..0bca2997 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.91.3-slim'; + this.tag = '24.93.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index bbf8d4a6..f31fcc2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.91.3", + "version": "24.93.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 925ab408..52a035c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.91.3", + "version": "24.93.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",