diff --git a/CHANGELOG.md b/CHANGELOG.md index e7203269..49f3caac 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. +### [24.119.11](https://github.com/renovatebot/github-action/compare/v24.119.10...v24.119.11) (2021-04-22) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.119.11 ([b3c7a81](https://github.com/renovatebot/github-action/commit/b3c7a8155b7cd9edc59a9307daab6bca951d4ff8)) + ### [24.119.10](https://github.com/renovatebot/github-action/compare/v24.119.9...v24.119.10) (2021-04-22) diff --git a/dist/index.js b/dist/index.js index 86ad70ae..7b3c7f60 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1778,7 +1778,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.119.10-slim'; + this.tag = '24.119.11-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 3b899ae6..2c60210a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.119.10", + "version": "24.119.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8cfc68ce..2f82dbbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.119.10", + "version": "24.119.11", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",