Skip to content

Commit 08d20a0

Browse files
chore(deps): update jonasbn/github-action-spellcheck docker tag to v0.48.0 (#82)
| datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | docker | jonasbn/github-action-spellcheck | 0.47.0 | 0.48.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ce4bfd commit 08d20a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spellcheck/dagger/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func New(
1414
// Spellcheck image to use.
1515
// +optional
1616
// renovate image: datasource=docker depName=jonasbn/github-action-spellcheck versioning=docker
17-
// +default="jonasbn/github-action-spellcheck:0.47.0"
17+
// +default="jonasbn/github-action-spellcheck:0.48.0"
1818
Image string,
1919
) *Spellcheck {
2020
return &Spellcheck{

0 commit comments

Comments
 (0)