Skip to content

Commit 5c441e7

Browse files
chore(*): Prepare release 2.0.0
1 parent 6f45216 commit 5c441e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this projec
1111

1212
---
1313

14-
## [v2.0.0](https://github.com/ddev/github-action-add-on-test/releases/tag/v2.0.0) - 2024-03-??
14+
## [v2.0.0](https://github.com/ddev/github-action-add-on-test/releases/tag/v2.0.0) - 2024-03-15
1515

1616
[_Compare with previous release_](https://github.com/ddev/github-action-add-on-test/compare/v1.2.0...v2.0.0)
1717

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _We will suppose here that you want to test your add-on with the stable version
3030
You can add the following step in your workflow:
3131

3232
```yaml
33-
- uses: ddev/github-action-add-on-test@v1
33+
- uses: ddev/github-action-add-on-test@v2
3434
with:
3535
ddev_version: "stable"
3636
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)