From acab56c343357f3982250d4f3791512a334ed0ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 14:12:13 +0000 Subject: [PATCH] chore(release): 24.119.6 --- 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 53bc0c42..5f4e2026 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.119.6](https://github.com/renovatebot/github-action/compare/v24.119.5...v24.119.6) (2021-04-21) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.119.6 ([a2a64ee](https://github.com/renovatebot/github-action/commit/a2a64ee9123164a4557c688cfa435631ceedbdc6)) + ### [24.119.5](https://github.com/renovatebot/github-action/compare/v24.119.4...v24.119.5) (2021-04-21) diff --git a/dist/index.js b/dist/index.js index 16b3ae59..e99ce992 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1778,7 +1778,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.119.5-slim'; + this.tag = '24.119.6-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index c96b0fa6..0c8e07bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.119.5", + "version": "24.119.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4b3908c8..3034f562 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.119.5", + "version": "24.119.6", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",