diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d297a14..3c21c279 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. +### [23.41.2](https://github.com/renovatebot/github-action/compare/v23.41.0...v23.41.2) (2020-10-05) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v23.41.2 ([#295](https://github.com/renovatebot/github-action/issues/295)) ([c98601f](https://github.com/renovatebot/github-action/commit/c98601f29a9a8179a42cac8bd147d231021768ba)) + ## [23.41.0](https://github.com/renovatebot/github-action/compare/v23.40.1...v23.41.0) (2020-10-04) diff --git a/dist/index.js b/dist/index.js index 6a691e13..e9a87294 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1123,7 +1123,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '23.41.0-slim'; + this.tag = '23.41.2-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 16f22eb9..1441e099 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.41.0", + "version": "23.41.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index af355032..258a7350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.41.0", + "version": "23.41.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",