diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb9d62c..55cd4dba 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. +### [25.49.5](https://github.com/renovatebot/github-action/compare/v25.49.4...v25.49.5) (2021-06-23) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v25.49.5 ([1844fc4](https://github.com/renovatebot/github-action/commit/1844fc4a5464820a349318df49607f8f353a1bea)) + ### [25.49.4](https://github.com/renovatebot/github-action/compare/v25.49.3...v25.49.4) (2021-06-23) diff --git a/dist/index.js b/dist/index.js index 2634a830..982fdad6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1955,7 +1955,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '25.49.4-slim'; + this.tag = '25.49.5-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 3579d01a..636315aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "25.49.4", + "version": "25.49.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 28f8fff9..7ceedf61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "25.49.4", + "version": "25.49.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",