diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf0c711..81948b60 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. +### [24.119.22](https://github.com/renovatebot/github-action/compare/v24.119.21...v24.119.22) (2021-05-06) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.119.22 ([07004af](https://github.com/renovatebot/github-action/commit/07004af930250b98bac32a8e3df6f122dd2d55b1)) + ### [24.119.21](https://github.com/renovatebot/github-action/compare/v24.119.16...v24.119.21) (2021-05-04) diff --git a/dist/index.js b/dist/index.js index 74ba04c1..271debf4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1778,7 +1778,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.119.21-slim'; + this.tag = '24.119.22-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 8abdbda1..0d870d66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.119.21", + "version": "24.119.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f7fcfa6..7f97cebd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.119.21", + "version": "24.119.22", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",