diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fcc3914..82685c35 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.110.4](https://github.com/renovatebot/github-action/compare/v24.110.3...v24.110.4) (2021-04-11) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.110.4 ([8a69d20](https://github.com/renovatebot/github-action/commit/8a69d2022fdff947f95cd9adfbfcc67d91a321d8)) + ### [24.110.3](https://github.com/renovatebot/github-action/compare/v24.110.1...v24.110.3) (2021-04-10) diff --git a/dist/index.js b/dist/index.js index efbbf2ca..4490b3c5 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1583,7 +1583,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.110.3-slim'; + this.tag = '24.110.4-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index dc469a41..e4c564da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.110.3", + "version": "24.110.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 63746600..4105ffe6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.110.3", + "version": "24.110.4", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",