From 46e36ac956c6ae7a01f9301cf6dee0047c1d2ead Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 14:50:47 +0000 Subject: [PATCH] chore(release): 24.42.2 --- 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 87e9de9c..6f9b0526 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.42.2](https://github.com/renovatebot/github-action/compare/v24.42.1...v24.42.2) (2021-02-08) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.42.2 ([f58615c](https://github.com/renovatebot/github-action/commit/f58615ca5677b932e99319b546e2df4346f5e75c)) + ### [24.42.1](https://github.com/renovatebot/github-action/compare/v24.42.0...v24.42.1) (2021-02-06) diff --git a/dist/index.js b/dist/index.js index ce15df61..f9330a70 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1123,7 +1123,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.42.1-slim'; + this.tag = '24.42.2-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index b9c99114..23d143f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.42.1", + "version": "24.42.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 895f7ecb..dc21a12e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.42.1", + "version": "24.42.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",