From 950d903428543a44109decc51948e4cf2d5ff2b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 06:09:23 +0000 Subject: [PATCH] chore(release): 31.0.0 --- CHANGELOG.md | 7 +++++++ dist/index.js | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a325c7..dec6656c 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. +## [31.0.0](https://github.com/renovatebot/github-action/compare/v30.4.1...v31.0.0) (2021-12-14) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v31 ([#588](https://github.com/renovatebot/github-action/issues/588)) ([60c9ddb](https://github.com/renovatebot/github-action/commit/60c9ddb318f10aade592c5628f01d6f7701440b9)) + ### [30.4.1](https://github.com/renovatebot/github-action/compare/v30.3.1...v30.4.1) (2021-12-13) diff --git a/dist/index.js b/dist/index.js index f42e57a1..f409195f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2832,7 +2832,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '30.4.1-slim'; + this.tag = '31.0.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 8e6aa381..8fec2c25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "30.4.1", + "version": "31.0.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",