diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f94042..a8414fd6 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.2](https://github.com/renovatebot/github-action/compare/v27.5.0...v27.6.2) (2021-09-13) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v27.6.2 ([67c6f17](https://github.com/renovatebot/github-action/commit/67c6f171af691a7b5abb976614f0381a723e4ce9)) + ## [27.5.0](https://github.com/renovatebot/github-action/compare/v27.4.1...v27.5.0) (2021-09-13) diff --git a/dist/index.js b/dist/index.js index 1cdb76cf..70e0c731 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.5.0-slim'; + this.tag = '27.6.2-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index d464de3a..40e0edc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "27.5.0", + "version": "27.6.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",