Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
use latest as default version
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm committed Jul 16, 2021
1 parent 5f3c4d7 commit 83ec858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ inputs:
version:
description: 'Version of eksctl'
required: true
default: '0.56.0'
default: 'latest'
outputs:
eksctl-path:
description: 'Path to the cached eksctl binary'
branding:
color: 'red'
runs:
using: 'node12'
main: 'lib/run.js'
main: 'lib/run.js'

0 comments on commit 83ec858

Please sign in to comment.