diff --git a/CHANGELOG.md b/CHANGELOG.md index e420a1a9..fad4e8ba 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. +## [31.81.0](https://github.com/renovatebot/github-action/compare/v31.80.1...v31.81.0) (2022-02-13) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v31.81.0 ([a210bfc](https://github.com/renovatebot/github-action/commit/a210bfc17653cdcf2ab34538bea25b485354b2a9)) + ### [31.80.1](https://github.com/renovatebot/github-action/compare/v31.80.0...v31.80.1) (2022-02-12) diff --git a/dist/index.js b/dist/index.js index 1a17000c..ea34a835 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 = '31.80.1-slim'; + this.tag = '31.81.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index ba655693..c98c64e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "31.80.1", + "version": "31.81.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",