From 6e0a8659644e144db359d9871d2789b6b37d54c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 06:52:18 +0000 Subject: [PATCH] chore(release): 34.102.8 --- 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 0af388f9..d025ca1c 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.102.8](https://github.com/renovatebot/github-action/compare/v34.102.7...v34.102.8) (2023-01-16) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v34.102.8 ([ec9534c](https://github.com/renovatebot/github-action/commit/ec9534ca790684550cd7df3fd8c83babeeb4030d)) + ### [34.102.7](https://github.com/renovatebot/github-action/compare/v34.102.2...v34.102.7) (2023-01-15) diff --git a/dist/index.js b/dist/index.js index b1303956..281e2f6c 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.102.7-slim'; + this.tag = '34.102.8-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index cb528cc9..d8103e60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "34.102.7", + "version": "34.102.8", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",