From d8444d68a6829fbeb21f798b494a5dc0da99e3b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 03:49:40 +0000 Subject: [PATCH] chore(release): 24.95.1 --- 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 f0e85a4f..9481537e 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.95.1](https://github.com/renovatebot/github-action/compare/v24.94.5...v24.95.1) (2021-03-26) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.95.1 ([13a99ec](https://github.com/renovatebot/github-action/commit/13a99ec60b9de679b50881eb35384f07d9ceb8a5)) + ### [24.94.5](https://github.com/renovatebot/github-action/compare/v24.94.4...v24.94.5) (2021-03-26) diff --git a/dist/index.js b/dist/index.js index 8ea045a2..17f4dd39 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.94.5-slim'; + this.tag = '24.95.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 34751b8d..3b5b1c4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.94.5", + "version": "24.95.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index acb3fccc..4e315a1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.94.5", + "version": "24.95.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",