From 395118da4c97d57754fc8e35bf5f1cfd99353800 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Aug 2021 10:53:24 +0000 Subject: [PATCH] chore(release): 26.1.3 --- CHANGELOG.md | 7 +++++++ dist/index.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a74dc633..6e60d1af 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. +### [26.1.3](https://github.com/renovatebot/github-action/compare/v25.76.1...v26.1.3) (2021-08-19) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v26 ([#555](https://github.com/renovatebot/github-action/issues/555)) ([6ee8fe7](https://github.com/renovatebot/github-action/commit/6ee8fe7f904ac24415085d07b6428b10293ab7c7)) + ### [25.76.1](https://github.com/renovatebot/github-action/compare/v25.76.0...v25.76.1) (2021-08-16) diff --git a/dist/index.js b/dist/index.js index 78fa5d2b..708f10f2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1957,7 +1957,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '25.76.1-slim'; + this.tag = '26.1.3-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index d9cd507f..50a65e47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "25.76.1", + "version": "26.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 13be4ab5..4d3294b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "25.76.1", + "version": "26.1.3", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",