From b3ff5e984b9d164e38cff3c2c1b172d09f098356 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 23:52:33 +0000 Subject: [PATCH] chore(release): 24.98.5 --- 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 6b6673d6..5f912430 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.98.5](https://github.com/renovatebot/github-action/compare/v24.98.4...v24.98.5) (2021-04-01) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.98.5 ([f21880f](https://github.com/renovatebot/github-action/commit/f21880f1b40a511f1662884ca742a1cf798ef2df)) + ### [24.98.4](https://github.com/renovatebot/github-action/compare/v24.98.3...v24.98.4) (2021-04-01) diff --git a/dist/index.js b/dist/index.js index f4554663..1a918121 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.98.4-slim'; + this.tag = '24.98.5-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index d5904dd7..c7150df0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.98.4", + "version": "24.98.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 56086b7e..c37aa6a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.98.4", + "version": "24.98.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",