diff --git a/CHANGELOG.md b/CHANGELOG.md index f90fa7f0..318b5ec0 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.240.5](https://github.com/renovatebot/github-action/compare/v32.240.4...v32.240.5) (2022-10-19) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v32.240.5 ([e031785](https://github.com/renovatebot/github-action/commit/e0317855d0be46bf1649e6ebab8ac745eab5c9ae)) + ### [32.240.4](https://github.com/renovatebot/github-action/compare/v32.240.2...v32.240.4) (2022-10-18) diff --git a/dist/index.js b/dist/index.js index ab971f2d..3cff6907 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.240.4-slim'; + this.tag = '32.240.5-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 196e58b2..3be32b7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.240.4", + "version": "32.240.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",