From 9595cf494db1b350a9e99b257ae4e2d47edc4b17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 04:54:09 +0000 Subject: [PATCH] chore(release): 31.77.1 --- CHANGELOG.md | 7 +++++++ dist/index.js | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d93fd06d..7cdbeef3 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.77.1](https://github.com/renovatebot/github-action/compare/v31.74.1...v31.77.1) (2022-02-11) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v31.77.1 ([3e17990](https://github.com/renovatebot/github-action/commit/3e179900e517431590c20244b39c5cd8c922a50e)) + ### [31.74.1](https://github.com/renovatebot/github-action/compare/v31.73.0...v31.74.1) (2022-02-10) diff --git a/dist/index.js b/dist/index.js index 9aebb8c2..d827999e 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.74.1-slim'; + this.tag = '31.77.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index a63daee9..8208f3bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "31.74.1", + "version": "31.77.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",