Skip to content

Commit 242b56e

Browse files
checkton-botchmeliik
checkton-bot
authored andcommitted
Release v0.3.1
1 parent 140b4de commit 242b56e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
*Nothing yet.*
11+
12+
## [v0.3.1] - 2024-11-20
13+
1014
### Fixed
1115

1216
- If a target branch for a PR contained fixes that the source branch did not
@@ -101,4 +105,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101105
[v0.2.1]: https://github.com/chmeliik/checkton/compare/v0.2.0...v0.2.1
102106
[v0.2.2]: https://github.com/chmeliik/checkton/compare/v0.2.1...v0.2.2
103107
[v0.3.0]: https://github.com/chmeliik/checkton/compare/v0.2.2...v0.3.0
104-
[unreleased]: https://github.com/chmeliik/checkton/compare/v0.3.0...HEAD
108+
[v0.3.1]: https://github.com/chmeliik/checkton/compare/v0.3.0...v0.3.1
109+
[unreleased]: https://github.com/chmeliik/checkton/compare/v0.3.1...HEAD

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Run Checkton
3636
id: checkton
37-
uses: chmeliik/checkton@v0.3.0
37+
uses: chmeliik/checkton@v0.3.1
3838
with:
3939
# Let there be green. GitHub's code scanning will do the reporting.
4040
fail-on-findings: false

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ outputs:
6868

6969
runs:
7070
using: docker
71-
image: docker://ghcr.io/chmeliik/checkton:v0.3.0@sha256:f5a8b20a847be84f37d9561c03635fc5b36e78ca0f8bf5574829867c275c2a08
71+
image: docker://ghcr.io/chmeliik/checkton:v0.3.1@sha256:bc161c752b7580539de548b10387cdc405c5e012cc588e5fc726987d0fabf8c2
7272
env:
7373
CHECKTON_DIFFERENTIAL: ${{ inputs.differential }}
7474
CHECKTON_INCLUDE_REGEX: ${{ inputs.include-regex }}

0 commit comments

Comments
 (0)