diff --git a/CHANGELOG.md b/CHANGELOG.md index 088f1f1c..92e41bc0 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.6.12](https://github.com/renovatebot/github-action/compare/v32.6.10...v32.6.12) (2022-03-24) + + +### Bug Fixes + +* **deps:** update dependency renovate/renovate to v32.6.11 ([#615](https://github.com/renovatebot/github-action/issues/615)) ([f8b5ce9](https://github.com/renovatebot/github-action/commit/f8b5ce973d47e18389034d4ebd12fafa3c5db32c)) +* **deps:** update dependency renovate/renovate to v32.6.12 ([b1c164f](https://github.com/renovatebot/github-action/commit/b1c164f009949a5f62b5d88fa9697f6791d4b95d)) + ### [32.6.10](https://github.com/renovatebot/github-action/compare/v32.6.9...v32.6.10) (2022-03-22) diff --git a/dist/index.js b/dist/index.js index 0991d37e..ddfbba32 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.6.10-slim'; + this.tag = '32.6.12-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 64eead07..9a144472 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.6.10", + "version": "32.6.12", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",