diff --git a/CHANGELOG.md b/CHANGELOG.md index 673975c6..aaf0c711 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.21](https://github.com/renovatebot/github-action/compare/v24.119.16...v24.119.21) (2021-05-04) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.119.21 ([7f6b49f](https://github.com/renovatebot/github-action/commit/7f6b49f8bbe2746003d9ce038fe16b609ebce0b7)) + ### [24.119.16](https://github.com/renovatebot/github-action/compare/v24.119.15...v24.119.16) (2021-05-03) diff --git a/dist/index.js b/dist/index.js index eeee3af6..74ba04c1 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.16-slim'; + this.tag = '24.119.21-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 74fe25a4..8abdbda1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.119.16", + "version": "24.119.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0c721d0e..0f7fcfa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.119.16", + "version": "24.119.21", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",