Skip to content

Commit cb907ab

Browse files
authored
Bump using in action.yml to node20 (#17)
1 parent c415595 commit cb907ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "docker-image-context-hash"
2-
description: "Generates a hash for a docker image context"
2+
description: "Calculates a hash for a docker image context"
33
author: '5monkeys'
44
branding:
55
icon: 'layers'
@@ -18,5 +18,5 @@ outputs:
1818
description: 'An object ID of a docker image context'
1919

2020
runs:
21-
using: 'node16'
21+
using: 'node20'
2222
main: 'dist/index.js'

0 commit comments

Comments
 (0)