From ce399ccf55f8224bc64b5e095f95769deeb19e6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 08:54:49 +0000 Subject: [PATCH] chore(release): 24.60.1 --- 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 fcfe5f25..59cb27ed 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.60.1](https://github.com/renovatebot/github-action/compare/v24.59.1...v24.60.1) (2021-02-22) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.60.1 ([921bb2c](https://github.com/renovatebot/github-action/commit/921bb2ceea137644f937ba6beabc4cd1976d3f9e)) + ### [24.59.1](https://github.com/renovatebot/github-action/compare/v24.58.0...v24.59.1) (2021-02-20) diff --git a/dist/index.js b/dist/index.js index 99985505..cafa1f7a 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.59.1-slim'; + this.tag = '24.60.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 26f3a3c1..1f966ae2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.59.1", + "version": "24.60.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8201aa8a..b926f6e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.59.1", + "version": "24.60.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",