diff --git a/CHANGELOG.md b/CHANGELOG.md index f0bc4029d2..7e696da777 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.73.0](https://github.com/renovatebot/github-action/compare/v34.72.3...v34.73.0) (2022-12-24) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v34.73.0 ([3f2fda9](https://github.com/renovatebot/github-action/commit/3f2fda9b84b16ee0cdf2a7deb36f40df703f47dd)) + ### [34.72.3](https://github.com/renovatebot/github-action/compare/v34.72.2...v34.72.3) (2022-12-24) diff --git a/dist/index.js b/dist/index.js index e23dc31eaf..700f8a116a 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.72.3-slim'; + this.tag = '34.73.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 3e4c6da4e0..13ff801462 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "34.72.3", + "version": "34.73.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",