diff --git a/CHANGELOG.md b/CHANGELOG.md index 690421e9..c6ff071a 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. +## [31.56.0](https://github.com/renovatebot/github-action/compare/v31.53.2...v31.56.0) (2022-01-26) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v31.56.0 ([#598](https://github.com/renovatebot/github-action/issues/598)) ([9e579fc](https://github.com/renovatebot/github-action/commit/9e579fc36936325e35d84ac2f759c6aa57ce36d7)) + ### [31.53.2](https://github.com/renovatebot/github-action/compare/v31.53.0...v31.53.2) (2022-01-25) diff --git a/dist/index.js b/dist/index.js index 06b0be2a..6ec5eeae 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 = '31.53.2-slim'; + this.tag = '31.56.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 9b1bba33..cc3b8d8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "31.53.2", + "version": "31.56.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",