From 2e905f096a53611d8389341afdecf46ddc12e570 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 15:17:34 +0000 Subject: [PATCH] chore(release): 34.102.7 --- 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 ccabe3ec..0af388f9 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.7](https://github.com/renovatebot/github-action/compare/v34.102.2...v34.102.7) (2023-01-15) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v34.102.7 ([3d8db50](https://github.com/renovatebot/github-action/commit/3d8db50c9c7a5e7f6702e170681e279f5a99fbe8)) + ### [34.102.2](https://github.com/renovatebot/github-action/compare/v34.102.1...v34.102.2) (2023-01-14) diff --git a/dist/index.js b/dist/index.js index c297c29d..b1303956 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.2-slim'; + this.tag = '34.102.7-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 74576ee6..cb528cc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "34.102.2", + "version": "34.102.7", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",