Skip to content

Commit

Permalink
release: v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mazi-release[bot] authored Sep 19, 2024
1 parent 2f38c11 commit 4e556c1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/files/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.3"
".": "1.4.4"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.4.4](https://github.com/4m-mazi/souji-action/compare/v1.4.3...v1.4.4) (2024-09-19)


### Dependencies

* bump valibot from 0.39.0 to 0.40.0 ([#210](https://github.com/4m-mazi/souji-action/issues/210)) ([2657622](https://github.com/4m-mazi/souji-action/commit/26576222eb694351be5bb988212f28883f18addf))
* bump valibot from 0.40.0 to 0.41.0 ([#215](https://github.com/4m-mazi/souji-action/issues/215)) ([b53eb5f](https://github.com/4m-mazi/souji-action/commit/b53eb5f4cd0fb115dfb248a635d1c9f8e948d8bd))
* bump valibot from 0.41.0 to 0.42.0 ([#230](https://github.com/4m-mazi/souji-action/issues/230)) ([f100080](https://github.com/4m-mazi/souji-action/commit/f100080ce8af69d206eb5114197d175704ea15ae))

## [1.4.3](https://github.com/4m-mazi/souji-action/compare/v1.4.2...v1.4.3) (2024-08-24)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
permissions:
actions: write
contents: read
uses: 4m-mazi/souji-action/.github/workflows/[email protected].3
uses: 4m-mazi/souji-action/.github/workflows/[email protected].4
with:
branch-names: ${{ inputs.branchNames }}
```
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
actions: write
steps:
- name: Cleanup
uses: 4m-mazi/[email protected].3
uses: 4m-mazi/[email protected].4
with:
branch-names: ${{ inputs.branchNames }}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "souji-action",
"description": "Clean up the GitHub Action cache",
"version": "1.4.3",
"version": "1.4.4",
"author": "",
"private": true,
"repository": {
Expand Down

0 comments on commit 4e556c1

Please sign in to comment.