Skip to content

Commit

Permalink
bump to engine v0.13.3 (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Suraci <alex@dagger.io>
  • Loading branch information
vito committed Sep 20, 2024
1 parent 501b417 commit fc945fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
verb: run
args: node build.js
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.13.2"
version: "0.13.3"
```

### Staying in sync with the `latest` version
Expand All @@ -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.13.2' |
| `version` | Dagger Version | false | '0.13.3' |
| `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 | '.' |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
version:
description: "Dagger Version"
required: false
default: "0.13.2"
default: "0.13.3"
dagger-flags:
description: "Dagger CLI Flags"
required: false
Expand Down

0 comments on commit fc945fa

Please sign in to comment.