diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a82c0c..cebc6729 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.45.5](https://github.com/renovatebot/github-action/compare/v32.45.4...v32.45.5) (2022-05-08) + + +### Bug Fixes + +* **deps:** update dependency renovate/renovate to v32.45.5 ([b852f04](https://github.com/renovatebot/github-action/commit/b852f04182197561837e28c42020bcbe43e8dbd3)) + ### [32.45.4](https://github.com/renovatebot/github-action/compare/v32.45.2...v32.45.4) (2022-05-07) diff --git a/dist/index.js b/dist/index.js index 6ac7b102..5b62c924 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3123,7 +3123,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '32.45.4-slim'; + this.tag = '32.45.5-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 3db674de..7ce24c6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.45.4", + "version": "32.45.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",