Skip to content

Commit 6b6e983

Browse files
sipsmajpadams
authored andcommitted
chore: bump default version to v0.13.5
Signed-off-by: Erik Sipsma <[email protected]>
1 parent c697168 commit 6b6e983

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
@@ -24,7 +24,7 @@
2424
verb: run
2525
args: node build.js
2626
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
27-
version: "0.13.4"
27+
version: "0.13.5"
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.13.4' |
38+
| `version` | Dagger Version | false | '0.13.5' |
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

+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.13.4"
7+
default: "0.13.5"
88
dagger-flags:
99
description: "Dagger CLI Flags"
1010
required: false

0 commit comments

Comments
 (0)