diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba43fcf..a12d35ff 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.93.0](https://github.com/renovatebot/github-action/compare/v24.91.3...v24.93.0) (2021-03-22) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.93.0 ([28d06f6](https://github.com/renovatebot/github-action/commit/28d06f6a3ae43ad2011e1508c0fc45c5e675ba06)) + ### [24.91.3](https://github.com/renovatebot/github-action/compare/v24.91.2...v24.91.3) (2021-03-22) diff --git a/dist/index.js b/dist/index.js index 76027786..0bca2997 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1554,7 +1554,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.91.3-slim'; + this.tag = '24.93.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index bbf8d4a6..f31fcc2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.91.3", + "version": "24.93.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 925ab408..52a035c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.91.3", + "version": "24.93.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",