Skip to content

Commit

Permalink
chore(release): 32.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 27, 2022
1 parent f2e0082 commit 4880137
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

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.32.2](https://github.com/renovatebot/github-action/compare/v32.31.0...v32.32.2) (2022-04-27)


### Bug Fixes

* **deps:** update dependency renovate/renovate to v32.32.0 ([26ac2f9](https://github.com/renovatebot/github-action/commit/26ac2f9f3e0d77270e6a8805be395dcca5c569ab))
* **deps:** update dependency renovate/renovate to v32.32.2 ([e727afb](https://github.com/renovatebot/github-action/commit/e727afbbd98e4d743a1490c6f32c5df78f1a1c17))

## [32.31.0](https://github.com/renovatebot/github-action/compare/v32.30.1...v32.31.0) (2022-04-25)


Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Expand Up @@ -2832,7 +2832,7 @@ class Docker {
constructor() {
this.repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
this.tag = '32.31.0-slim';
this.tag = '32.32.2-slim';
this.tagSuffix = '-slim';
}
image() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "github-action",
"version": "32.31.0",
"version": "32.32.2",
"description": "GitHub Action to run Renovate self-hosted.",
"private": true,
"main": "src/index.ts",
Expand Down

0 comments on commit 4880137

Please sign in to comment.