diff --git a/CHANGELOG.md b/CHANGELOG.md index 75dd1a89..67d61055 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. +### [22.19.2](https://github.com/renovatebot/github-action/compare/v22.19.1...v22.19.2) (2020-08-18) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v22.19.2 ([#208](https://github.com/renovatebot/github-action/issues/208)) ([18fb8c7](https://github.com/renovatebot/github-action/commit/18fb8c71bdd66438394a4fbfb5d6570af7a7a3f4)) + ### [22.19.1](https://github.com/renovatebot/github-action/compare/v22.18.1...v22.19.1) (2020-08-17) diff --git a/dist/index.js b/dist/index.js index ec19349f..4a517b5e 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 = '22.19.1-slim'; + this.tag = '22.19.2-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 9ea92435..5828d3be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.19.1", + "version": "22.19.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 953e0e32..69355241 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.19.1", + "version": "22.19.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",