Skip to content

Commit e49f5bf

Browse files
authored
chore: bump default dagger version to v0.13.0 (#146)
Signed-off-by: Justin Chadwell <[email protected]>
1 parent a419ddb commit e49f5bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
verb: run
2525
args: node build.js
2626
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
27-
version: "0.12.7"
27+
version: "0.13.0"
2828
```
2929

3030
### Staying in sync with the `latest` version
@@ -35,7 +35,7 @@ By setting the version to `latest`, this action will install the latest version
3535

3636
| Key | Description | Required | Default |
3737
| -------------- | ----------------------------------------------------------- | -------- | ------------------ |
38-
| `version` | Dagger Version | false | '0.12.7' |
38+
| `version` | Dagger Version | false | '0.13.0' |
3939
| `dagger-flags` | Dagger CLI Flags | false | '--progress plain' |
4040
| `verb` | CLI verb (call, run, download, up, functions, shell, query) | false | 'call' |
4141
| `workdir` | The working directory in which to run the Dagger CLI | false | '.' |

action.yml

Lines changed: 1 addition & 1 deletion
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.12.7"
7+
default: "0.13.0"
88
dagger-flags:
99
description: "Dagger CLI Flags"
1010
required: false

0 commit comments

Comments
 (0)