From ab44303933341e6db569f24e871ba4b6bbd14f40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Aug 2021 19:19:46 +0000 Subject: [PATCH] chore(release): 25.74.0 --- 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 e7fb03b7..04598d25 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.74.0](https://github.com/renovatebot/github-action/compare/v25.73.0...v25.74.0) (2021-08-13) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v25.74.0 ([cbd1547](https://github.com/renovatebot/github-action/commit/cbd1547b7e3a742a4c4afb0468ada78f1341b16d)) + ## [25.73.0](https://github.com/renovatebot/github-action/compare/v25.72.2...v25.73.0) (2021-08-13) diff --git a/dist/index.js b/dist/index.js index 81545c1a..d09d2caa 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1957,7 +1957,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '25.73.0-slim'; + this.tag = '25.74.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 76529594..50c0f7b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "25.73.0", + "version": "25.74.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ef0e8377..1ee28e94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "25.73.0", + "version": "25.74.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",