diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d0ce9c6..2fc9a64f 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.73.0](https://github.com/renovatebot/github-action/compare/v32.71.3...v32.73.0) (2022-06-03) + + +### Bug Fixes + +* **deps:** update dependency renovate/renovate to v32.73.0 ([c6bc183](https://github.com/renovatebot/github-action/commit/c6bc183fb0455d072e5fa0b0cfb4883916ef2c46)) + ### [32.71.3](https://github.com/renovatebot/github-action/compare/v32.71.1...v32.71.3) (2022-06-02) diff --git a/dist/index.js b/dist/index.js index d97d9a06..27819b4a 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.71.3-slim'; + this.tag = '32.73.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index ba5625d2..2336633b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.71.3", + "version": "32.73.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",