From f42202af00a4b1ccf69bf2a9eb6b4cd60f5d0386 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 01:18:15 +0000 Subject: [PATCH] chore(release): 32.241.8 --- 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 919e112e..190d72e7 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. +### [32.241.8](https://github.com/renovatebot/github-action/compare/v32.241.7...v32.241.8) (2022-10-22) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v32.241.8 ([ed287b0](https://github.com/renovatebot/github-action/commit/ed287b06afb224b3ef503e25eab7138f9f315ae2)) + ### [32.241.7](https://github.com/renovatebot/github-action/compare/v32.241.5...v32.241.7) (2022-10-21) diff --git a/dist/index.js b/dist/index.js index 713a2404..55695aa5 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.7-slim'; + this.tag = '32.241.8-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index cee1f9ab..9e03057a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.241.7", + "version": "32.241.8", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",