From b41ceaf28bd9b85d5412471c78242cc0dc84552a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 15:43:49 +0000 Subject: [PATCH] chore(release): 34.48.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 e7fdf739..49bba734 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.48.0](https://github.com/renovatebot/github-action/compare/v34.47.1...v34.48.0) (2022-12-02) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v34.48.0 ([58187aa](https://github.com/renovatebot/github-action/commit/58187aafa198a57edd613ca2a7ce00fc0d172d7f)) + ### [34.47.1](https://github.com/renovatebot/github-action/compare/v34.47.0...v34.47.1) (2022-12-02) diff --git a/dist/index.js b/dist/index.js index 16b62756..b9c89c97 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.47.1-slim'; + this.tag = '34.48.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index f8129819..52b6dff8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "34.47.1", + "version": "34.48.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",