diff --git a/CHANGELOG.md b/CHANGELOG.md index afd43ffedf..2c1121c75c 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.66.7](https://github.com/renovatebot/github-action/compare/v32.66.6...v32.66.7) (2022-05-27) + + +### Bug Fixes + +* **deps:** update dependency renovate/renovate to v32.66.7 ([b9f67b0](https://github.com/renovatebot/github-action/commit/b9f67b0b89146ad3cb6494bd210e66b7e57458de)) + ### [32.66.6](https://github.com/renovatebot/github-action/compare/v32.66.5...v32.66.6) (2022-05-27) diff --git a/dist/index.js b/dist/index.js index c0901be4b8..5cbe5a34ab 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3224,7 +3224,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '32.66.6-slim'; + this.tag = '32.66.7-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 8ea600a358..ed8cf6659e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.66.6", + "version": "32.66.7", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",