From f86341abfd29ea76cc284d45306a7279e96c5c65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Oct 2022 16:08:54 +0000 Subject: [PATCH] chore(release): 33.0.2 --- 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 39334a1e..2df78200 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.0.2](https://github.com/renovatebot/github-action/compare/v32.241.11...v33.0.2) (2022-10-23) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v33 ([#644](https://github.com/renovatebot/github-action/issues/644)) ([f83890d](https://github.com/renovatebot/github-action/commit/f83890d37bdaa51a37a0eaa747f1a7f63950c5f6)) + ### [32.241.11](https://github.com/renovatebot/github-action/compare/v32.241.10...v32.241.11) (2022-10-23) diff --git a/dist/index.js b/dist/index.js index ba773cc6..b7e44862 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 = '32.241.11-slim'; + this.tag = '33.0.2-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 0f561bb6..08a0ffef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.241.11", + "version": "33.0.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",