diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ad86310e3..16007f16f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.32.2](https://github.com/renovatebot/github-action/compare/v32.31.0...v32.32.2) (2022-04-27) + + +### Bug Fixes + +* **deps:** update dependency renovate/renovate to v32.32.0 ([26ac2f9](https://github.com/renovatebot/github-action/commit/26ac2f9f3e0d77270e6a8805be395dcca5c569ab)) +* **deps:** update dependency renovate/renovate to v32.32.2 ([e727afb](https://github.com/renovatebot/github-action/commit/e727afbbd98e4d743a1490c6f32c5df78f1a1c17)) + ## [32.31.0](https://github.com/renovatebot/github-action/compare/v32.30.1...v32.31.0) (2022-04-25) diff --git a/dist/index.js b/dist/index.js index 1ab80eda9b..bb4a9d956d 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.31.0-slim'; + this.tag = '32.32.2-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 314911d4ff..528d37e21b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.31.0", + "version": "32.32.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",