From b5c85a80e6893e693a4e93333c528c922a4b25cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 23:52:38 +0000 Subject: [PATCH] chore(release): 24.28.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 c5a1a4a6..098badc4 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.28.3](https://github.com/renovatebot/github-action/compare/v24.28.2...v24.28.3) (2021-01-26) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.28.3 ([#517](https://github.com/renovatebot/github-action/issues/517)) ([54d199c](https://github.com/renovatebot/github-action/commit/54d199cd35a2ed4068492105d65159e8bc89b506)) + ### [24.28.2](https://github.com/renovatebot/github-action/compare/v24.28.1...v24.28.2) (2021-01-26) diff --git a/dist/index.js b/dist/index.js index 445f6a50..bec3608d 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.28.2-slim'; + this.tag = '24.28.3-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 8a37880f..da3ab25b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.28.2", + "version": "24.28.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 48e72260..4247f1cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.28.2", + "version": "24.28.3", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",