mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 01:12:35 +00:00
chore(release): 22.6.3
This commit is contained in:
parent
6a157a4335
commit
ea18c2e07c
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.
|
||||
|
||||
### [22.6.3](https://github.com/renovatebot/github-action/compare/v22.6.2...v22.6.3) (2020-07-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update renovate/renovate docker tag to v22.6.3 ([#173](https://github.com/renovatebot/github-action/issues/173)) ([2acd0cd](https://github.com/renovatebot/github-action/commit/2acd0cdc27286db7715d1ba1d64148aebbd069ff))
|
||||
|
||||
### [22.6.2](https://github.com/renovatebot/github-action/compare/v22.6.0...v22.6.2) (2020-07-29)
|
||||
|
||||
|
||||
|
|
|
|||
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -1061,7 +1061,7 @@ class Docker {
|
|||
constructor() {
|
||||
this.repository = 'renovate/renovate';
|
||||
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
||||
this.tag = '22.6.2-slim';
|
||||
this.tag = '22.6.3-slim';
|
||||
this.tagSuffix = '-slim';
|
||||
}
|
||||
image() {
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "github-action",
|
||||
"version": "22.6.2",
|
||||
"version": "22.6.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "github-action",
|
||||
"version": "22.6.2",
|
||||
"version": "22.6.3",
|
||||
"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