diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a789b7..e74a585c 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. +### [28.23.1](https://github.com/renovatebot/github-action/compare/v28.22.3...v28.23.1) (2021-11-03) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v28.23.1 ([90139e2](https://github.com/renovatebot/github-action/commit/90139e23f7b65b047acb50ef0fde9f7fd8c31797)) + ### [28.22.3](https://github.com/renovatebot/github-action/compare/v28.21.6...v28.22.3) (2021-11-03) diff --git a/dist/index.js b/dist/index.js index eeeb3228..83bad23f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2832,7 +2832,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '28.22.3-slim'; + this.tag = '28.23.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 1288fdba..41649eb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "28.22.3", + "version": "28.23.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",