From 7d0e062ca1b68aa4401b54c7e9fe906e5443fc62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2020 05:05:58 +0000 Subject: [PATCH] chore(release): 23.32.1 --- 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 f3a61ec3..ade9b411 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. +### [23.32.1](https://github.com/renovatebot/github-action/compare/v23.31.5...v23.32.1) (2020-09-22) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v23.32.1 ([#270](https://github.com/renovatebot/github-action/issues/270)) ([6765613](https://github.com/renovatebot/github-action/commit/67656133fb4755ff272a268f567228cab41fd337)) + ### [23.31.5](https://github.com/renovatebot/github-action/compare/v23.31.4...v23.31.5) (2020-09-21) diff --git a/dist/index.js b/dist/index.js index 3d0e0b04..c9a26f3e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1061,7 +1061,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '23.31.5-slim'; + this.tag = '23.32.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 85728a45..07cf13ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.31.5", + "version": "23.32.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d52b80d3..3b050deb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.31.5", + "version": "23.32.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",