chore(release): 34.1.2

This commit is contained in:
github-actions[bot] 2022-10-26 03:31:59 +00:00
parent 693fcc15f3
commit eb645c51c8
3 changed files with 9 additions and 2 deletions

View file

@ -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.1.2](https://github.com/renovatebot/github-action/compare/v33.2.4...v34.1.2) (2022-10-26)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v34 ([#645](https://github.com/renovatebot/github-action/issues/645)) ([9edb599](https://github.com/renovatebot/github-action/commit/9edb599d851b00ab5c5e6abe9443fd6ced5a5724))
### [33.2.4](https://github.com/renovatebot/github-action/compare/v33.2.1...v33.2.4) (2022-10-25)

2
dist/index.js vendored
View file

@ -3965,7 +3965,7 @@ class Docker {
constructor() {
this.repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
this.tag = '33.2.4-slim';
this.tag = '34.1.2-slim';
this.tagSuffix = '-slim';
}
image() {

View file

@ -1,6 +1,6 @@
{
"name": "github-action",
"version": "33.2.4",
"version": "34.1.2",
"description": "GitHub Action to run Renovate self-hosted.",
"private": true,
"main": "src/index.ts",