diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a4426..feebd50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +*Nothing yet.* + +## [v0.2.1] - 2024-07-22 + ### Fixed - In v0.2.0, Checkton would always fail when there were no files to check /o\\ @@ -66,4 +70,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.1.1]: https://github.com/chmeliik/checkton/compare/v0.1.0...v0.1.1 [v0.1.2]: https://github.com/chmeliik/checkton/compare/v0.1.1...v0.1.2 [v0.2.0]: https://github.com/chmeliik/checkton/compare/v0.1.2...v0.2.0 -[unreleased]: https://github.com/chmeliik/checkton/compare/v0.2.0...HEAD +[v0.2.1]: https://github.com/chmeliik/checkton/compare/v0.2.0...v0.2.1 +[unreleased]: https://github.com/chmeliik/checkton/compare/v0.2.1...HEAD diff --git a/README.md b/README.md index c53a6b2..e8b52a6 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ jobs: - name: Run Checkton id: checkton - uses: chmeliik/checkton@v0.2.0 + uses: chmeliik/checkton@v0.2.1 with: # Let there be green. GitHub's code scanning will do the reporting. fail-on-findings: false diff --git a/action.yaml b/action.yaml index e1fe4b6..dad632b 100644 --- a/action.yaml +++ b/action.yaml @@ -68,7 +68,7 @@ outputs: runs: using: docker - image: docker://ghcr.io/chmeliik/checkton:v0.2.0@sha256:1f7d4c6546fa8cf70563b943ce31d865a09c54f84b28a271fd46145b441ab3f0 + image: docker://ghcr.io/chmeliik/checkton:v0.2.1@sha256:d4bdbf75c7e17415c6c96eeee8930fb27e5dd976092ee74c3db545086ef5003c env: CHECKTON_DIFFERENTIAL: ${{ inputs.differential }} CHECKTON_INCLUDE_REGEX: ${{ inputs.include-regex }}