From 6be3d3e80460df90b3691bbfaaa4795e3287e57d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 18:17:21 +0000 Subject: [PATCH] chore(release): 24.64.1 --- 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 acdc2f80..32612984 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.64.1](https://github.com/renovatebot/github-action/compare/v24.63.0...v24.64.1) (2021-02-24) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.64.1 ([99f0206](https://github.com/renovatebot/github-action/commit/99f020643ce22bdf6751034503054a599c9e5672)) + ## [24.63.0](https://github.com/renovatebot/github-action/compare/v24.62.2...v24.63.0) (2021-02-24) diff --git a/dist/index.js b/dist/index.js index 1ff38700..636fef44 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.63.0-slim'; + this.tag = '24.64.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index ade61a92..d63bea70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.63.0", + "version": "24.64.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4c4f6b28..86f5b204 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.63.0", + "version": "24.64.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",