diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c18674..2be21c13 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. +### [25.69.2](https://github.com/renovatebot/github-action/compare/v25.69.1...v25.69.2) (2021-08-07) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v25.69.2 ([573ceec](https://github.com/renovatebot/github-action/commit/573ceec253c6fa7ae7ca21789b2508c8735cd419)) + ### [25.69.1](https://github.com/renovatebot/github-action/compare/v25.69.0...v25.69.1) (2021-08-06) diff --git a/dist/index.js b/dist/index.js index e81a4783..f40af7ef 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.69.1-slim'; + this.tag = '25.69.2-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 43c774ed..2de33857 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "25.69.1", + "version": "25.69.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7131fbd4..424be1f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "25.69.1", + "version": "25.69.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",