diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d15c97..d7f1ae29 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.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) diff --git a/dist/index.js b/dist/index.js index 455680b1..6d411c06 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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() { diff --git a/package.json b/package.json index 63835b93..dc191297 100644 --- a/package.json +++ b/package.json @@ -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",