diff --git a/CHANGELOG.md b/CHANGELOG.md index 2055c963..a7fe793f 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.13.1](https://github.com/renovatebot/github-action/compare/v23.0.2...v23.13.1) (2020-08-31) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v23.13.1 ([#221](https://github.com/renovatebot/github-action/issues/221)) ([d9844df](https://github.com/renovatebot/github-action/commit/d9844dffd3660763a92c70f2b44be6a351c3ca36)) + ### [23.0.2](https://github.com/renovatebot/github-action/compare/v23.0.1...v23.0.2) (2020-08-26) diff --git a/dist/index.js b/dist/index.js index bbcdbd44..6b08a0b0 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.0.2-slim'; + this.tag = '23.13.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 2d808027..9ebbfab9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.0.2", + "version": "23.13.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4c7c215c..f1b815f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.0.2", + "version": "23.13.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",