From 60f54449c15834210e8425320d0829faceb61d3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 12:07:54 +0000 Subject: [PATCH] chore(release): 24.32.3 --- 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 bc4a676e..a430e3bb 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.3](https://github.com/renovatebot/github-action/compare/v24.32.2...v24.32.3) (2021-02-01) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.32.3 ([1cc493b](https://github.com/renovatebot/github-action/commit/1cc493b7072d4d5c4c58daef55366e3dd7d5c4be)) + ### [24.32.2](https://github.com/renovatebot/github-action/compare/v24.32.0...v24.32.2) (2021-02-01) diff --git a/dist/index.js b/dist/index.js index 8fd5e516..297b73c8 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.2-slim'; + this.tag = '24.32.3-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index b6d0cec7..c06b7006 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.32.2", + "version": "24.32.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b89b0860..3b6c8e55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.32.2", + "version": "24.32.3", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",