diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ed6b1f..ccef7046 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.2.5](https://github.com/renovatebot/github-action/compare/v24.2.4...v24.2.5) (2020-12-14) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.2.5 ([#441](https://github.com/renovatebot/github-action/issues/441)) ([ea6a6ae](https://github.com/renovatebot/github-action/commit/ea6a6ae7359989f8f7caf3000f8326ba062ef2a7)) + ### [24.2.4](https://github.com/renovatebot/github-action/compare/v24.2.3...v24.2.4) (2020-12-13) diff --git a/dist/index.js b/dist/index.js index 2739cde7..4119ab94 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1123,7 +1123,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.2.4-slim'; + this.tag = '24.2.5-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 8067fd4d..fc602ecd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.2.4", + "version": "24.2.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5881b197..7eb04873 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.2.4", + "version": "24.2.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",