From 8a0a37f7c0595ae7bea41de74a047a9a2f43e58a Mon Sep 17 00:00:00 2001 From: "mazi-release[bot]" <157046322+mazi-release[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 01:14:59 +0000 Subject: [PATCH] release: v1.4.5 --- .github/files/release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 50f0c45..266f637 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.4" + ".": "1.4.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 596a3fd..17e36f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.5](https://github.com/4m-mazi/souji-action/compare/v1.4.4...v1.4.5) (2024-09-28) + + +### Code Refactoring + +* use `@octokit/webhooks-types` for stronger typing ([#253](https://github.com/4m-mazi/souji-action/issues/253)) ([3c17657](https://github.com/4m-mazi/souji-action/commit/3c1765759367cbd0da7dbf59e62ea6c3ba7d3cbe)) + ## [1.4.4](https://github.com/4m-mazi/souji-action/compare/v1.4.3...v1.4.4) (2024-09-27) diff --git a/README.md b/README.md index ff004f5..61d8866 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.4 + uses: 4m-mazi/souji-action/.github/workflows/_souji.yml@v1.4.5 with: branch-names: ${{ inputs.branchNames }} ``` @@ -78,7 +78,7 @@ jobs: actions: write steps: - name: Cleanup - uses: 4m-mazi/souji-action@v1.4.4 + uses: 4m-mazi/souji-action@v1.4.5 with: branch-names: ${{ inputs.branchNames }} ``` diff --git a/package.json b/package.json index bb5ee7f..371a4a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "souji-action", "description": "Clean up the GitHub Action cache", - "version": "1.4.4", + "version": "1.4.5", "author": "", "private": true, "repository": {