chore(release): 31.68.3

This commit is contained in:
github-actions[bot] 2022-02-07 15:59:10 +00:00
parent cb06bffdfa
commit 8009d44881
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.
### [31.68.3](https://github.com/renovatebot/github-action/compare/v31.68.1...v31.68.3) (2022-02-07)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v31.68.3 ([ff3f298](https://github.com/renovatebot/github-action/commit/ff3f2986f1013c05c85eec0c5801ef2d84546e4e))
### [31.68.1](https://github.com/renovatebot/github-action/compare/v31.68.0...v31.68.1) (2022-02-07)

2
dist/index.js vendored
View file

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

View file

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