chore(release): 31.74.1

This commit is contained in:
github-actions[bot] 2022-02-10 18:53:40 +00:00
parent ae42f44d58
commit b007cc2d6b
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. 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.74.1](https://github.com/renovatebot/github-action/compare/v31.73.0...v31.74.1) (2022-02-10)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v31.74.1 ([6526ba6](https://github.com/renovatebot/github-action/commit/6526ba611f3a97378dd3cf02c854ac2a5c66e1ef))
## [31.73.0](https://github.com/renovatebot/github-action/compare/v31.72.2...v31.73.0) (2022-02-10) ## [31.73.0](https://github.com/renovatebot/github-action/compare/v31.72.2...v31.73.0) (2022-02-10)

2
dist/index.js vendored
View file

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

View file

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