From 475e362093efb428abae24bbebb1595db42b4815 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jan 2022 01:06:07 +0000 Subject: [PATCH] chore(release): 31.58.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 a866f2ef..38ae8d21 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. +### [31.58.5](https://github.com/renovatebot/github-action/compare/v31.58.4...v31.58.5) (2022-01-28) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v31.58.5 ([0791a7e](https://github.com/renovatebot/github-action/commit/0791a7e7ce431eb824ab9bcf7e9e92208867aa0e)) + ### [31.58.4](https://github.com/renovatebot/github-action/compare/v31.58.0...v31.58.4) (2022-01-27) diff --git a/dist/index.js b/dist/index.js index c0689610..31b826cd 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2832,7 +2832,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '31.58.4-slim'; + this.tag = '31.58.5-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index d0b01cd5..0d124695 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "31.58.4", + "version": "31.58.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",