diff --git a/CHANGELOG.md b/CHANGELOG.md index 619f3a5577..9032254fab 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. +### [32.62.1](https://github.com/renovatebot/github-action/compare/v32.60.0...v32.62.1) (2022-05-18) + + +### Bug Fixes + +* **deps:** update dependency renovate/renovate to v32.62.1 ([a665e4f](https://github.com/renovatebot/github-action/commit/a665e4f401f52604877e7e2b74578e625bdc882a)) + ## [32.60.0](https://github.com/renovatebot/github-action/compare/v32.59.1...v32.60.0) (2022-05-18) diff --git a/dist/index.js b/dist/index.js index b3bac0686e..d38186200b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3132,7 +3132,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '32.60.0-slim'; + this.tag = '32.62.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index c97444fa1f..f5fb1beb0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.60.0", + "version": "32.62.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",