chore(release): 32.0.2

This commit is contained in:
github-actions[bot] 2022-03-07 20:15:28 +00:00
parent 635b43b064
commit 8934dafe69
3 changed files with 10 additions and 4 deletions

View file

@ -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)

5
dist/index.js vendored
View file

@ -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();

View file

@ -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",