diff --git a/CHANGELOG.md b/CHANGELOG.md index 086297d2..34883d9c 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.0.3](https://github.com/renovatebot/github-action/compare/v21.33.15...v22.0.3) (2020-07-23) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v22 ([#159](https://github.com/renovatebot/github-action/issues/159)) ([26b1c5b](https://github.com/renovatebot/github-action/commit/26b1c5b1df2b44a62cb384b6ea4809c49a2b5028)) + ### [21.33.15](https://github.com/renovatebot/github-action/compare/v21.33.14...v21.33.15) (2020-07-22) diff --git a/dist/index.js b/dist/index.js index 76e7c0e9..c5941259 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 = '21.33.15-slim'; + this.tag = '22.0.3-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 4bee7675..ba512a50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "21.33.15", + "version": "22.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a323b3d0..5184ed35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "21.33.15", + "version": "22.0.3", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",