chore(release): 32.195.5

This commit is contained in:
github-actions[bot] 2022-09-14 20:38:40 +00:00
parent 055a2cb084
commit 41cb77f035
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.195.5](https://github.com/renovatebot/github-action/compare/v32.195.3...v32.195.5) (2022-09-14)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v32.195.5 ([#636](https://github.com/renovatebot/github-action/issues/636)) ([0616c2d](https://github.com/renovatebot/github-action/commit/0616c2ddb259f4b1ae2e9b37448d9180aa0f20c2))
### [32.195.3](https://github.com/renovatebot/github-action/compare/v32.195.1...v32.195.3) (2022-09-13)

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.195.3-slim';
this.tag = '32.195.5-slim';
this.tagSuffix = '-slim';
}
image() {

View file

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