From 6b4d8ec7394d6a8249081db16318eef004704e0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Oct 2021 10:49:25 +0000 Subject: [PATCH] chore(release): 28.1.6 --- 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 44452911..3505ceb4 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. +### [28.1.6](https://github.com/renovatebot/github-action/compare/v28.1.5...v28.1.6) (2021-10-19) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v28.1.6 ([dc3f4da](https://github.com/renovatebot/github-action/commit/dc3f4da078aaaebab27977c17519405615f7f80b)) + ### [28.1.5](https://github.com/renovatebot/github-action/compare/v28.1.3...v28.1.5) (2021-10-19) diff --git a/dist/index.js b/dist/index.js index a098b952..106778b0 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 = '28.1.5-slim'; + this.tag = '28.1.6-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 0127d07b..2894ae2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "28.1.5", + "version": "28.1.6", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",