From 4372d290ea222ead33bf3af33c310853f1a56272 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 14:58:57 +0000 Subject: [PATCH] chore(release): 24.103.0 --- CHANGELOG.md | 7 +++++++ dist/index.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba98ad1b..60756992 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.103.0](https://github.com/renovatebot/github-action/compare/v24.101.0...v24.103.0) (2021-04-05) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.103.0 ([306f095](https://github.com/renovatebot/github-action/commit/306f095c6c6a93f863a5974135a74a4254b2f6d8)) + ## [24.101.0](https://github.com/renovatebot/github-action/compare/v24.100.0...v24.101.0) (2021-04-05) diff --git a/dist/index.js b/dist/index.js index 397b69fd..f7d10913 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.101.0-slim'; + this.tag = '24.103.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index ef62ec62..5a5853c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.101.0", + "version": "24.103.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b20a6210..e28a5a1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.101.0", + "version": "24.103.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",