diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c0c4f2..809f3ca8 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. +### [23.56.11](https://github.com/renovatebot/github-action/compare/v23.56.9...v23.56.11) (2020-10-26) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v23.56.11 ([#360](https://github.com/renovatebot/github-action/issues/360)) ([2527c69](https://github.com/renovatebot/github-action/commit/2527c69f5e9fd5e8e2d415c69de0699b456a58b0)) + ### [23.56.9](https://github.com/renovatebot/github-action/compare/v23.56.8...v23.56.9) (2020-10-25) diff --git a/dist/index.js b/dist/index.js index 2155f774..43e224b2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1123,7 +1123,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '23.56.9-slim'; + this.tag = '23.56.11-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 236d5241..c02c8a97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.56.9", + "version": "23.56.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 99dfc483..aca19f0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.56.9", + "version": "23.56.11", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",