Skip to content

Commit e96d435

Browse files
chore(release): 25.38.2
1 parent 8ad444d commit e96d435

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [25.38.2](https://github.com/renovatebot/github-action/compare/v25.38.0...v25.38.2) (2021-06-08)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update renovate/renovate docker tag to v25.38.2 ([a8589b4](https://github.com/renovatebot/github-action/commit/a8589b4c79fa9f28d5f963fd89da301c6ba47281))
11+
512
## [25.38.0](https://github.com/renovatebot/github-action/compare/v25.37.2...v25.38.0) (2021-06-07)
613

714

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@ class Docker {
18451845
constructor() {
18461846
this.repository = 'renovate/renovate';
18471847
// renovate: datasource=docker depName=renovate/renovate versioning=docker
1848-
this.tag = '25.38.0-slim';
1848+
this.tag = '25.38.2-slim';
18491849
this.tagSuffix = '-slim';
18501850
}
18511851
image() {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-action",
3-
"version": "25.38.0",
3+
"version": "25.38.2",
44
"description": "GitHub Action to run Renovate self-hosted.",
55
"private": true,
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)