From 8934dafe6980780b8ba477754ed37513048c681e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 20:15:28 +0000 Subject: [PATCH] chore(release): 32.0.2 --- CHANGELOG.md | 7 +++++++ dist/index.js | 5 ++--- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee804d30..fa8e5d83 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. +### [32.0.2](https://github.com/renovatebot/github-action/compare/v32.0.1...v32.0.2) (2022-03-07) + + +### Bug Fixes + +* **deps:** update dependency renovate/renovate to v32.0.2 ([97de305](https://github.com/renovatebot/github-action/commit/97de3051cfbf2e084829ff3351441b4649e307eb)) + ### [32.0.1](https://github.com/renovatebot/github-action/compare/v31.81.3...v32.0.1) (2022-03-06) diff --git a/dist/index.js b/dist/index.js index 4f93436b..960bb5a3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2832,7 +2832,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '32.0.1-slim'; + this.tag = '32.0.2-slim'; this.tagSuffix = '-slim'; } image() { @@ -2886,8 +2886,7 @@ async function run() { } catch (error) { console.error(error); - // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access - core.setFailed(error.message); + core.setFailed(error); } } void run(); diff --git a/package.json b/package.json index f745f8fc..a81d109f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.0.1", + "version": "32.0.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",