From cd3254b1f914ad04188de04493cdbf708593e92d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 00:18:14 +0000 Subject: [PATCH] chore(release): 34.34.0 --- CHANGELOG.md | 7 +++++++ dist/index.js | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ebec5a..f94aba0a 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.34.0](https://github.com/renovatebot/github-action/compare/v34.32.0...v34.34.0) (2022-11-25) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v34.34.0 ([6e0753d](https://github.com/renovatebot/github-action/commit/6e0753d91ed033eb63e1a4910f96b4d9aaa4cc11)) + ## [34.32.0](https://github.com/renovatebot/github-action/compare/v34.31.1...v34.32.0) (2022-11-23) diff --git a/dist/index.js b/dist/index.js index 1615e6cd..d01d27c4 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.32.0-slim'; + this.tag = '34.34.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 064c1376..c45f293d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "34.32.0", + "version": "34.34.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",