From 2db14bca8bf94c08601809c78400331f73243dea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 11:38:17 +0000 Subject: [PATCH] chore(release): 25.53.5 --- 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 c54349b2..c7e0b22a 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. +### [25.53.5](https://github.com/renovatebot/github-action/compare/v25.53.4...v25.53.5) (2021-07-13) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v25.53.5 ([71e8f09](https://github.com/renovatebot/github-action/commit/71e8f0946bea675ac1b6803f873e50245a116901)) + ### [25.53.4](https://github.com/renovatebot/github-action/compare/v25.53.3...v25.53.4) (2021-07-12) diff --git a/dist/index.js b/dist/index.js index b9b12ffb..11364850 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1955,7 +1955,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '25.53.4-slim'; + this.tag = '25.53.5-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 67ca8634..e3e480a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "25.53.4", + "version": "25.53.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6914a30b..dd7b8dc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "25.53.4", + "version": "25.53.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",