From 4c0da06b4d1bd7e13be279b41e4e508a68cadb2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:26:38 +0000 Subject: [PATCH] chore(release): 32.196.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 b5f65b5b..05d06221 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.196.0](https://github.com/renovatebot/github-action/compare/v32.195.5...v32.196.0) (2022-09-16) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v32.196.0 ([04d84c7](https://github.com/renovatebot/github-action/commit/04d84c7a2e12a481bd5d4bd136d0e8b4cda6ae5b)) + ### [32.195.5](https://github.com/renovatebot/github-action/compare/v32.195.3...v32.195.5) (2022-09-14) diff --git a/dist/index.js b/dist/index.js index a56b7496..b2931199 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3950,7 +3950,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '32.195.5-slim'; + this.tag = '32.196.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 8d7d200f..e7c6bb4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.195.5", + "version": "32.196.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",