From 10bf26fc99c2fe1d83234ff857cea79c4b408b1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 01:53:43 +0000 Subject: [PATCH] chore(release): 24.87.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 2897e204..89114cec 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.87.1](https://github.com/renovatebot/github-action/compare/v24.87.0...v24.87.1) (2021-03-17) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.87.1 ([5930d72](https://github.com/renovatebot/github-action/commit/5930d728960af46da2a4f2e5ba9cbb692ab9d19b)) + ## [24.87.0](https://github.com/renovatebot/github-action/compare/v24.85.1...v24.87.0) (2021-03-16) diff --git a/dist/index.js b/dist/index.js index e5787263..3766ce1a 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.87.0-slim'; + this.tag = '24.87.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index f7eb7211..d5316f96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.87.0", + "version": "24.87.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fc93b6d4..126a33c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.87.0", + "version": "24.87.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",