chore(release): 32.194.5

This commit is contained in:
github-actions[bot] 2022-09-12 03:09:42 +00:00
parent 83a4cca3ce
commit 822d51f6ad
3 changed files with 9 additions and 2 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.194.5](https://github.com/renovatebot/github-action/compare/v32.194.4...v32.194.5) (2022-09-12)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v32.194.5 ([c8d38eb](https://github.com/renovatebot/github-action/commit/c8d38ebef327890c0af63855920bbf28c3ed8529))
### [32.194.4](https://github.com/renovatebot/github-action/compare/v32.194.3...v32.194.4) (2022-09-10)

2
dist/index.js vendored
View file

@ -3950,7 +3950,7 @@ class Docker {
constructor() {
this.repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
this.tag = '32.194.4-slim';
this.tag = '32.194.5-slim';
this.tagSuffix = '-slim';
}
image() {

View file

@ -1,6 +1,6 @@
{
"name": "github-action",
"version": "32.194.4",
"version": "32.194.5",
"description": "GitHub Action to run Renovate self-hosted.",
"private": true,
"main": "src/index.ts",