diff --git a/CHANGELOG.md b/CHANGELOG.md index 6022b3ea..adc0586f 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.20.0](https://github.com/renovatebot/github-action/compare/v23.19.4...v23.20.0) (2020-09-08) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v23.20.0 ([#240](https://github.com/renovatebot/github-action/issues/240)) ([884f280](https://github.com/renovatebot/github-action/commit/884f2806f34cb122e2436f0e4e96db9a645dd5a5)) + ### [23.19.4](https://github.com/renovatebot/github-action/compare/v23.19.2...v23.19.4) (2020-09-08) diff --git a/dist/index.js b/dist/index.js index e225f4af..759df6dd 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1061,7 +1061,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '23.19.4-slim'; + this.tag = '23.20.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index bc93d8ac..cb268ada 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.19.4", + "version": "23.20.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e9c844a8..9084e625 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.19.4", + "version": "23.20.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",