Skip to content

Commit 2f17ffe

Browse files
authored
chore: bump default dagger version to v0.15.0 (#165)
Signed-off-by: Justin Chadwell <[email protected]>
1 parent e5153f5 commit 2f17ffe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
verb: run
2424
args: node build.js
2525
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
26-
version: "0.14.0"
26+
version: "0.15.0"
2727
```
2828

2929
### Staying in sync with the `latest` version
@@ -34,7 +34,7 @@ By setting the version to `latest`, this action will install the latest version
3434

3535
| Key | Description | Required | Default |
3636
| -------------- | ----------------------------------------------------------- | -------- | ------------------ |
37-
| `version` | Dagger Version | false | '0.14.0' |
37+
| `version` | Dagger Version | false | '0.15.0' |
3838
| `commit` | Dagger Dev Commit (overrides `version`) | false | '' |
3939
| `dagger-flags` | Dagger CLI Flags | false | '--progress plain' |
4040
| `verb` | CLI verb (call, run, download, up, functions, shell, query) | false | 'call' |

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: "Dagger Version"
66
required: false
7-
default: "0.14.0"
7+
default: "0.15.0"
88
commit:
99
description: "Dagger Dev Commit"
1010
required: false

0 commit comments

Comments
 (0)