From 22b938d9cc9b50758588a1316dd85f06b3cf365b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 17:08:40 +0000 Subject: [PATCH] chore(release): 33.2.4 --- 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 e7e8840f..b7ddff3f 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. +### [33.2.4](https://github.com/renovatebot/github-action/compare/v33.2.1...v33.2.4) (2022-10-25) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v33.2.4 ([4ef1c10](https://github.com/renovatebot/github-action/commit/4ef1c10f510e09a8107317b49a4b80671578b28c)) + ### [33.2.1](https://github.com/renovatebot/github-action/compare/v33.2.0...v33.2.1) (2022-10-25) diff --git a/dist/index.js b/dist/index.js index c2a6c2fa..2eae5c31 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3965,7 +3965,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '33.2.1-slim'; + this.tag = '33.2.4-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 1cb2dd94..8bd4549b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "33.2.1", + "version": "33.2.4", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",