From fbc459da8b39c33617ebd8526f49e04ca07eeb72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 15:36:55 +0000 Subject: [PATCH] chore(release): 24.39.3 --- 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 285b59d6..6e45d6a3 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.39.3](https://github.com/renovatebot/github-action/compare/v24.39.0...v24.39.3) (2021-02-05) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.39.3 ([879da83](https://github.com/renovatebot/github-action/commit/879da83ae0b56f5341191294c75a1c9aa451100d)) + ## [24.39.0](https://github.com/renovatebot/github-action/compare/v24.38.4...v24.39.0) (2021-02-05) diff --git a/dist/index.js b/dist/index.js index 86015d9c..6d74006a 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.39.0-slim'; + this.tag = '24.39.3-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 2de4da2a..3e0d598e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.39.0", + "version": "24.39.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 669c6d49..04c1d74d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.39.0", + "version": "24.39.3", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",