From 6a1657a5ec715bd16b32f80873f13a141d80cafe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 04:02:49 +0000 Subject: [PATCH] chore(release): 34.105.5 --- 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 6e4f1591..38385810 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.105.5](https://github.com/renovatebot/github-action/compare/v34.105.3...v34.105.5) (2023-01-19) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v34.105.5 ([a9d89ea](https://github.com/renovatebot/github-action/commit/a9d89ea058288a37403496dea2985f943597d944)) + ### [34.105.3](https://github.com/renovatebot/github-action/compare/v34.104.0...v34.105.3) (2023-01-18) diff --git a/dist/index.js b/dist/index.js index cd40dc41..04644dae 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.105.3-slim'; + this.tag = '34.105.5-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 82765786..5b26faf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "34.105.3", + "version": "34.105.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",