From d9403918263e5e8a26567525e2d0847b7a4281fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 01:54:42 +0000 Subject: [PATCH] chore(release): 24.115.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 f8c608b4..d13bc160 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.115.1](https://github.com/renovatebot/github-action/compare/v24.115.0...v24.115.1) (2021-04-15) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.115.1 ([f3b2059](https://github.com/renovatebot/github-action/commit/f3b20591afa5bb5cdf4fd41816fb7029c48c2fac)) + ## [24.115.0](https://github.com/renovatebot/github-action/compare/v24.114.2...v24.115.0) (2021-04-14) diff --git a/dist/index.js b/dist/index.js index b67307f8..2a36c2e7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1583,7 +1583,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.115.0-slim'; + this.tag = '24.115.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 6deb2830..85cb1829 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.115.0", + "version": "24.115.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fc05e22b..c475783d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.115.0", + "version": "24.115.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",