mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
skip: merge (0afa5a8f84) [skip release]
This commit is contained in:
commit
878d7964da
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ inputs:
|
|||
description: |
|
||||
Renovate version to use.
|
||||
required: false
|
||||
default: '40' # renovate
|
||||
default: '41' # renovate
|
||||
renovate-image:
|
||||
description: |
|
||||
Renovate docker image name.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import { warning } from '@actions/core';
|
|||
|
||||
export class Docker {
|
||||
private static readonly image = 'ghcr.io/renovatebot/renovate';
|
||||
private static readonly version = '40'; // renovate
|
||||
private static readonly version = '41'; // renovate
|
||||
|
||||
private readonly dockerImage: string;
|
||||
private readonly fullTag: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue