From c233811524da1317218b4c35f97bd4f69d15e2eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 09:27:36 +0000 Subject: [PATCH] chore(release): 24.32.2 --- CHANGELOG.md | 7 +++++++ dist/index.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ccc2557..bc4a676e 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. +### [24.32.2](https://github.com/renovatebot/github-action/compare/v24.32.0...v24.32.2) (2021-02-01) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.32.2 ([#529](https://github.com/renovatebot/github-action/issues/529)) ([ca7cb19](https://github.com/renovatebot/github-action/commit/ca7cb19e9b8a4c7164b8792070b5a32a2bfb0fa7)) + ## [24.32.0](https://github.com/renovatebot/github-action/compare/v24.31.0...v24.32.0) (2021-01-31) diff --git a/dist/index.js b/dist/index.js index 23ffe648..8fd5e516 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1123,7 +1123,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.32.0-slim'; + this.tag = '24.32.2-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 2e1a6df6..b6d0cec7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.32.0", + "version": "24.32.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8f7f53cd..b89b0860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.32.0", + "version": "24.32.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",