diff --git a/CHANGELOG.md b/CHANGELOG.md index 192a6f7a..b05ba82c 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. +### [27.6.5](https://github.com/renovatebot/github-action/compare/v27.6.4...v27.6.5) (2021-09-14) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v27.6.5 ([980cc0c](https://github.com/renovatebot/github-action/commit/980cc0c58d4deb7029f6e8872fc90fe3eff6b733)) + ### [27.6.4](https://github.com/renovatebot/github-action/compare/v27.6.2...v27.6.4) (2021-09-14) diff --git a/dist/index.js b/dist/index.js index e361164d..2ed59df4 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 = '27.6.4-slim'; + this.tag = '27.6.5-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index a99b66b1..879ca1f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "27.6.4", + "version": "27.6.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",