From c2cf895cd8d117a74cd6b52e74ef5993aac0c30f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Aug 2022 23:08:04 +0000 Subject: [PATCH] chore(release): 32.159.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 dfc398d2..68faaadd 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.159.1](https://github.com/renovatebot/github-action/compare/v32.159.0...v32.159.1) (2022-08-14) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v32.159.1 ([c2035be](https://github.com/renovatebot/github-action/commit/c2035bed15b41b4e74fd1b3e80fb903fe27805fc)) + ## [32.159.0](https://github.com/renovatebot/github-action/compare/v32.156.1...v32.159.0) (2022-08-13) diff --git a/dist/index.js b/dist/index.js index ba48acfc..8f2ef8ec 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3296,7 +3296,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '32.159.0-slim'; + this.tag = '32.159.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 561492a7..e7e31237 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.159.0", + "version": "32.159.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",