From 7a95044dacd006a39e01ce53048fbfdb04c40c5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 16:48:13 +0000 Subject: [PATCH] chore(release): 32.71.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 14116229b7..fae3e077d9 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. +### [32.71.1](https://github.com/renovatebot/github-action/compare/v32.71.0...v32.71.1) (2022-06-01) + + +### Bug Fixes + +* **deps:** update dependency renovate/renovate to v32.71.1 ([3d8c41a](https://github.com/renovatebot/github-action/commit/3d8c41a431bb18e5428eae480b877e6b07751975)) + ## [32.71.0](https://github.com/renovatebot/github-action/compare/v32.70.0...v32.71.0) (2022-05-31) diff --git a/dist/index.js b/dist/index.js index 12995d6cbe..42329d18b8 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3224,7 +3224,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '32.71.0-slim'; + this.tag = '32.71.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index a5e7bc026d..11f9dd6d02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.71.0", + "version": "32.71.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",