mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 17:32:35 +00:00
chore(release): 24.74.4
This commit is contained in:
parent
84460ee1b0
commit
91b5db91a6
4 changed files with 10 additions and 3 deletions
|
|
@ -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.74.4](https://github.com/renovatebot/github-action/compare/v24.74.2...v24.74.4) (2021-03-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update renovate/renovate docker tag to v24.74.4 ([35597d8](https://github.com/renovatebot/github-action/commit/35597d89341e49a65949748eb6068d74ddc6bac2))
|
||||
|
||||
### [24.74.2](https://github.com/renovatebot/github-action/compare/v24.74.0...v24.74.2) (2021-03-06)
|
||||
|
||||
|
||||
|
|
|
|||
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -1554,7 +1554,7 @@ class Docker {
|
|||
constructor() {
|
||||
this.repository = 'renovate/renovate';
|
||||
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
||||
this.tag = '24.74.2-slim';
|
||||
this.tag = '24.74.4-slim';
|
||||
this.tagSuffix = '-slim';
|
||||
}
|
||||
image() {
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "github-action",
|
||||
"version": "24.74.2",
|
||||
"version": "24.74.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "github-action",
|
||||
"version": "24.74.2",
|
||||
"version": "24.74.4",
|
||||
"description": "GitHub Action to run Renovate self-hosted.",
|
||||
"private": true,
|
||||
"main": "src/index.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue