diff --git a/CHANGELOG.md b/CHANGELOG.md index dd50db25eb..ef2a10d64d 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. +### [34.72.1](https://github.com/renovatebot/github-action/compare/v34.70.4...v34.72.1) (2022-12-23) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v34.72.1 ([76e5128](https://github.com/renovatebot/github-action/commit/76e51285fc03cba2452f15f386f8a0877a6cb220)) + ### [34.70.4](https://github.com/renovatebot/github-action/compare/v34.70.1...v34.70.4) (2022-12-23) diff --git a/dist/index.js b/dist/index.js index 4438edc7b0..263cb833aa 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3965,7 +3965,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '34.70.4-slim'; + this.tag = '34.72.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index af64b5897f..99ae606930 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "34.70.4", + "version": "34.72.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",