From 7791a25b81c6d77830f82828b9a144565183baed Mon Sep 17 00:00:00 2001 From: "mazi-release[bot]" <157046322+mazi-release[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 02:04:13 +0000 Subject: [PATCH] release: v1.4.7 --- .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 a468742..798c7d7 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.6" + ".": "1.4.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a8042e6..de0c0b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.7](https://github.com/4m-mazi/souji-action/compare/v1.4.6...v1.4.7) (2024-10-06) + + +### Dependencies + +* bump @actions/core from 1.11.0 to 1.11.1 ([#266](https://github.com/4m-mazi/souji-action/issues/266)) ([dcb7909](https://github.com/4m-mazi/souji-action/commit/dcb790930ee86437a1f797e70f12ba34daa3d429)) + ## [1.4.6](https://github.com/4m-mazi/souji-action/compare/v1.4.5...v1.4.6) (2024-10-04) diff --git a/README.md b/README.md index 0f7ea2f..45cd819 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.6 + uses: 4m-mazi/souji-action/.github/workflows/_souji.yml@v1.4.7 with: branch-names: ${{ inputs.branchNames }} ``` @@ -78,7 +78,7 @@ jobs: actions: write steps: - name: Cleanup - uses: 4m-mazi/souji-action@v1.4.6 + uses: 4m-mazi/souji-action@v1.4.7 with: branch-names: ${{ inputs.branchNames }} ``` diff --git a/package.json b/package.json index 221a1a8..3695f49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "souji-action", "description": "Clean up the GitHub Action cache", - "version": "1.4.6", + "version": "1.4.7", "author": "", "private": true, "repository": {