From d231f1819192a7b235e0fb92b7cdb22507ab9273 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Mar 2022 05:12:59 +0000 Subject: [PATCH] chore(release): 32.3.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 bcb71993..1e058230 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.3.0](https://github.com/renovatebot/github-action/compare/v32.2.2...v32.3.0) (2022-03-13) + + +### Bug Fixes + +* **deps:** update dependency renovate/renovate to v32.3.0 ([8c14260](https://github.com/renovatebot/github-action/commit/8c142608a10ffd657061ef328dbf35cfa7eba11f)) + ### [32.2.2](https://github.com/renovatebot/github-action/compare/v32.2.1...v32.2.2) (2022-03-13) diff --git a/dist/index.js b/dist/index.js index da24aa23..8c20b39b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2832,7 +2832,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '32.2.2-slim'; + this.tag = '32.3.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 4217151d..4fbd5d40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.2.2", + "version": "32.3.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",