mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-13 07:22:36 +00:00
feat(deps)!: Update ghcr.io/renovatebot/renovate Docker tag to v42 (#961)
| datasource | package | from | to | | ---------- | ---------------------------- | ---- | -- | | docker | ghcr.io/renovatebot/renovate | 41 | 42 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8a76521873
commit
375d4df4e8
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ inputs:
|
||||||
description: |
|
description: |
|
||||||
Renovate version to use.
|
Renovate version to use.
|
||||||
required: false
|
required: false
|
||||||
default: '41' # renovate
|
default: '42' # renovate
|
||||||
renovate-image:
|
renovate-image:
|
||||||
description: |
|
description: |
|
||||||
Renovate docker image name.
|
Renovate docker image name.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import { warning } from '@actions/core';
|
||||||
|
|
||||||
export class Docker {
|
export class Docker {
|
||||||
private static readonly image = 'ghcr.io/renovatebot/renovate';
|
private static readonly image = 'ghcr.io/renovatebot/renovate';
|
||||||
private static readonly version = '41'; // renovate
|
private static readonly version = '42'; // renovate
|
||||||
|
|
||||||
private readonly dockerImage: string;
|
private readonly dockerImage: string;
|
||||||
private readonly fullTag: string;
|
private readonly fullTag: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue