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",