mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-12 14:47:12 +02:00
use new implementation
This commit is contained in:
@ -17,10 +17,10 @@ describe('getInputs', () => {
|
||||
[
|
||||
0,
|
||||
new Map<string, string>([
|
||||
['version', '23.0.1'],
|
||||
['version', 'v23.0.1'],
|
||||
]),
|
||||
{
|
||||
version: '23.0.1',
|
||||
version: 'v23.0.1',
|
||||
} as context.Inputs
|
||||
]
|
||||
])(
|
||||
|
Reference in New Issue
Block a user