From 6bca12cbfd4483cc352a9662c662384f750bf1b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 14:06:24 +0000 Subject: [PATCH] chore(release): 24.71.4 --- 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 8377ac03..20f21972 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.71.4](https://github.com/renovatebot/github-action/compare/v24.71.2...v24.71.4) (2021-03-03) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.71.4 ([19ce86d](https://github.com/renovatebot/github-action/commit/19ce86dab0fbdf2e639f8283b08343f95715aac9)) + ### [24.71.2](https://github.com/renovatebot/github-action/compare/v24.71.1...v24.71.2) (2021-03-03) diff --git a/dist/index.js b/dist/index.js index 0091ec83..b0615607 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.71.2-slim'; + this.tag = '24.71.4-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 0d9d9799..648d55d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.71.2", + "version": "24.71.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 591d32e5..a4f2820b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.71.2", + "version": "24.71.4", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",