From 9a689ff3f531a150a9f4f166d494ec36f2778550 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 06:13:45 +0000 Subject: [PATCH] chore(release): 24.119.10 --- 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 fe699837..e7203269 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.119.10](https://github.com/renovatebot/github-action/compare/v24.119.9...v24.119.10) (2021-04-22) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.119.10 ([5b4c263](https://github.com/renovatebot/github-action/commit/5b4c2639ebad00d5a631397f18f885b538ec4c54)) + ### [24.119.9](https://github.com/renovatebot/github-action/compare/v24.119.7...v24.119.9) (2021-04-22) diff --git a/dist/index.js b/dist/index.js index 3b2393c7..86ad70ae 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1778,7 +1778,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.119.9-slim'; + this.tag = '24.119.10-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 6e4854e7..3b899ae6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.119.9", + "version": "24.119.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d564c9d1..8cfc68ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.119.9", + "version": "24.119.10", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",