From 93d606739f888c0f8b5725c47a8c8a28d47ea17f Mon Sep 17 00:00:00 2001 From: idleberg Date: Fri, 17 Jun 2022 12:39:14 +0200 Subject: [PATCH] update description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9b40f0..5a596c0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Configure a step that adds the `idleberg/setup-playdate-sdk` action to your work ```yaml jobs: steps: - - uses: idleberg/setup-playdate-sdk@v0.1.0 + - uses: idleberg/setup-playdate-sdk@v0.1.1 with: # the following options use the defaults install_sdk: 'true' sdk_version: 'latest'