diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be58d7450c..53bc0c42233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.5](https://github.com/renovatebot/github-action/compare/v24.119.4...v24.119.5) (2021-04-21) + + +### Bug Fixes + +* **deps:** update dependency @actions/core to v1.2.7 ([5fbb4c8](https://github.com/renovatebot/github-action/commit/5fbb4c8eee56560aabf8033bcaf3c5866646df2d)) +* **deps:** update renovate/renovate docker tag to v24.119.5 ([ef7f3da](https://github.com/renovatebot/github-action/commit/ef7f3da1969734ccd2dd411f64b251208a25d6d1)) + ### [24.119.4](https://github.com/renovatebot/github-action/compare/v24.119.2...v24.119.4) (2021-04-20) diff --git a/dist/index.js b/dist/index.js index 8d4ff435103..16b3ae5925b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -196,6 +196,7 @@ exports.getInput = getInput; */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function setOutput(name, value) { + process.stdout.write(os.EOL); command_1.issueCommand('set-output', { name }, value); } exports.setOutput = setOutput; @@ -1777,7 +1778,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.119.4-slim'; + this.tag = '24.119.5-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 14d22606c87..790132eb7e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.119.4", + "version": "24.119.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c73c4c82555..e562085141b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.119.4", + "version": "24.119.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",