From 55ad102d43e290509734ac22bf821187d4051899 Mon Sep 17 00:00:00 2001 From: "mazi-release[bot]" <157046322+mazi-release[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 06:12:07 +0000 Subject: [PATCH] release: v1.4.9 (#359) :robot: I have created a release *beep* *boop* --- ## [1.4.9](https://github.com/4m-mazi/souji-action/compare/v1.4.8...v1.4.9) (2024-12-08) ### Dependencies * **workflow:** bump mikefarah/yq to v4.44.6 ([#358](https://github.com/4m-mazi/souji-action/issues/358)) ([b71bf20](https://github.com/4m-mazi/souji-action/commit/b71bf2086181128718053471c1ee9d1e9c74170a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: mazi-release[bot] <157046322+mazi-release[bot]@users.noreply.github.com> --- .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 dc69be2..d175787 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.8" + ".": "1.4.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c8a75f1..170056e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.9](https://github.com/4m-mazi/souji-action/compare/v1.4.8...v1.4.9) (2024-12-08) + + +### Dependencies + +* **workflow:** bump mikefarah/yq to v4.44.6 ([#358](https://github.com/4m-mazi/souji-action/issues/358)) ([b71bf20](https://github.com/4m-mazi/souji-action/commit/b71bf2086181128718053471c1ee9d1e9c74170a)) + ## [1.4.8](https://github.com/4m-mazi/souji-action/compare/v1.4.7...v1.4.8) (2024-11-16) diff --git a/README.md b/README.md index c5c3eb9..c1bdc84 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.8 + uses: 4m-mazi/souji-action/.github/workflows/_souji.yml@v1.4.9 with: branch-names: ${{ inputs.branchNames }} ``` @@ -78,7 +78,7 @@ jobs: actions: write steps: - name: Cleanup - uses: 4m-mazi/souji-action@v1.4.8 + uses: 4m-mazi/souji-action@v1.4.9 with: branch-names: ${{ inputs.branchNames }} ``` diff --git a/package.json b/package.json index 90f4f25..bcab5b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "souji-action", "description": "Clean up the GitHub Action cache", - "version": "1.4.8", + "version": "1.4.9", "author": "", "private": true, "repository": {