From 11048419d80c283890d0dd68187d44541f63dd89 Mon Sep 17 00:00:00 2001 From: Erik Sipsma Date: Mon, 24 Jun 2024 19:38:59 -0700 Subject: [PATCH] chore: bump default dagger version to v0.11.9 Signed-off-by: Erik Sipsma --- README.md | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d055e8..6f2a172 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ verb: run args: node build.js cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }} - version: "0.11.8" + version: "0.11.9" ``` ### Staying in sync with the `latest` version @@ -35,7 +35,7 @@ By setting the version to `latest`, this action will install the latest version | Key | Description | Required | Default | | -------------- | ----------------------------------------------------------- | -------- | ------------------ | -| `version` | Dagger Version | false | '0.11.8' | +| `version` | Dagger Version | false | '0.11.9' | | `dagger-flags` | Dagger CLI Flags | false | '--progress plain' | | `verb` | CLI verb (call, run, download, up, functions, shell, query) | false | 'call' | | `workdir` | The working directory in which to run the Dagger CLI | false | '.' | diff --git a/action.yml b/action.yml index faf08cf..7bda24f 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ inputs: version: description: "Dagger Version" required: false - default: "0.11.8" + default: "0.11.9" dagger-flags: description: "Dagger CLI Flags" required: false