diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 866e93f7..50f0c45c 100644 --- a/.github/files/release-please/.release-please-manifest.json +++ b/.github/files/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.3" + ".": "1.4.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf5283e..e0059620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index e383346d..ff004f59 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ jobs: permissions: actions: write contents: read - uses: 4m-mazi/souji-action/.github/workflows/_souji.yml@v1.4.3 + uses: 4m-mazi/souji-action/.github/workflows/_souji.yml@v1.4.4 with: branch-names: ${{ inputs.branchNames }} ``` @@ -78,7 +78,7 @@ jobs: actions: write steps: - name: Cleanup - uses: 4m-mazi/souji-action@v1.4.3 + uses: 4m-mazi/souji-action@v1.4.4 with: branch-names: ${{ inputs.branchNames }} ``` diff --git a/package.json b/package.json index d471fa03..bc09df6a 100644 --- a/package.json +++ b/package.json @@ -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": {