diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af388f9..d025ca1c 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. +### [34.102.8](https://github.com/renovatebot/github-action/compare/v34.102.7...v34.102.8) (2023-01-16) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v34.102.8 ([ec9534c](https://github.com/renovatebot/github-action/commit/ec9534ca790684550cd7df3fd8c83babeeb4030d)) + ### [34.102.7](https://github.com/renovatebot/github-action/compare/v34.102.2...v34.102.7) (2023-01-15) diff --git a/dist/index.js b/dist/index.js index b1303956..281e2f6c 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 = '34.102.7-slim'; + this.tag = '34.102.8-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index cb528cc9..d8103e60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "34.102.7", + "version": "34.102.8", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",