From b475f0880989bbd41cc092d594f935f526cb35bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 22:32:33 +0000 Subject: [PATCH] chore(release): 28.1.3 --- 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 bf0bad4a..c6f050d8 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.3](https://github.com/renovatebot/github-action/compare/v28.1.2...v28.1.3) (2021-10-14) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v28.1.3 ([376418f](https://github.com/renovatebot/github-action/commit/376418f90ec39ffc58661ded05e83be6e4dbe866)) + ### [28.1.2](https://github.com/renovatebot/github-action/compare/v28.1.1...v28.1.2) (2021-10-13) diff --git a/dist/index.js b/dist/index.js index 44e98051..97ccf68a 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.2-slim'; + this.tag = '28.1.3-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 3526d09f..470fd029 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "28.1.2", + "version": "28.1.3", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",