From 6030949931ad2285e5e0fbe5101c2052c540262c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 18:13:37 +0000 Subject: [PATCH] chore(release): 26.21.7 --- 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 ef6b4aa9..88a09fca 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. +### [26.21.7](https://github.com/renovatebot/github-action/compare/v26.21.6...v26.21.7) (2021-09-08) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v26.21.7 ([c7353db](https://github.com/renovatebot/github-action/commit/c7353db0a7bceb4c1c6d1c4ace0e6027581c1e3b)) + ### [26.21.6](https://github.com/renovatebot/github-action/compare/v26.21.5...v26.21.6) (2021-09-08) diff --git a/dist/index.js b/dist/index.js index 16a87496..9282f15a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1987,7 +1987,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '26.21.6-slim'; + this.tag = '26.21.7-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 41da03b9..7bd990a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "26.21.6", + "version": "26.21.7", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",