From 41cb77f03584caff344e5fcad5bd771fd4d655f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 20:38:40 +0000 Subject: [PATCH] chore(release): 32.195.5 --- 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 5118f61b..b5f65b5b 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.195.5](https://github.com/renovatebot/github-action/compare/v32.195.3...v32.195.5) (2022-09-14) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v32.195.5 ([#636](https://github.com/renovatebot/github-action/issues/636)) ([0616c2d](https://github.com/renovatebot/github-action/commit/0616c2ddb259f4b1ae2e9b37448d9180aa0f20c2)) + ### [32.195.3](https://github.com/renovatebot/github-action/compare/v32.195.1...v32.195.3) (2022-09-13) diff --git a/dist/index.js b/dist/index.js index 0ce68ed0..a56b7496 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.3-slim'; + this.tag = '32.195.5-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index b0c860d0..590d449d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.195.3", + "version": "32.195.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",