From 462efd5c25ceec184b8b9f6859acfa9b5b701e18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 01:34:12 +0000 Subject: [PATCH] chore(release): 34.17.1 --- 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 c011dc8b..b104cd75 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.17.1](https://github.com/renovatebot/github-action/compare/v34.13.2...v34.17.1) (2022-11-04) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v34.17.1 ([d7a2feb](https://github.com/renovatebot/github-action/commit/d7a2febfd749c0f68f8a38a7fbd8290fd804ce4c)) + ### [34.13.2](https://github.com/renovatebot/github-action/compare/v34.12.1...v34.13.2) (2022-11-02) diff --git a/dist/index.js b/dist/index.js index e4a03cbb..7791b813 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.13.2-slim'; + this.tag = '34.17.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index a5e9de1b..a7e5d9d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "34.13.2", + "version": "34.17.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",