diff --git a/CHANGELOG.md b/CHANGELOG.md index deefaaad..3de2a639 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.56.5](https://github.com/renovatebot/github-action/compare/v25.56.4...v25.56.5) (2021-07-18) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v25.56.5 ([ca23878](https://github.com/renovatebot/github-action/commit/ca23878a49a822a8d8166d29791ff6395de963fa)) + ### [25.56.4](https://github.com/renovatebot/github-action/compare/v25.56.1...v25.56.4) (2021-07-16) diff --git a/dist/index.js b/dist/index.js index eb8b83ea..b8c1ddfd 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.56.4-slim'; + this.tag = '25.56.5-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 432777e5..81324eae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "25.56.4", + "version": "25.56.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3f1300f5..c17d3606 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "25.56.4", + "version": "25.56.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",