From 9d08e40fd084a79e1bb36555c78908743a274fee Mon Sep 17 00:00:00 2001 From: "mazi-release[bot]" <157046322+mazi-release[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:32:39 +0000 Subject: [PATCH] release: v1.4.1 --- .../files/release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 4c313f9..4918b25 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.0" + ".": "1.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b0be3ad..7e0b2c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.1](https://github.com/4m-mazi/souji-action/compare/v1.4.0...v1.4.1) (2024-08-12) + + +### Dependencies + +* bump valibot from 0.36.0 to 0.37.0 ([#163](https://github.com/4m-mazi/souji-action/issues/163)) ([da083b5](https://github.com/4m-mazi/souji-action/commit/da083b50ea92e526b52a2c8ea7edd9535504809a)) +* **workflow:** bump mikefarah/yq to v4.44.3 ([#172](https://github.com/4m-mazi/souji-action/issues/172)) ([c9c390e](https://github.com/4m-mazi/souji-action/commit/c9c390e4aaef5de86a41a9b583b895050159077b)) + ## [1.4.0](https://github.com/4m-mazi/souji-action/compare/v1.3.1...v1.4.0) (2024-07-08) diff --git a/README.md b/README.md index 3a7389e..bc29da1 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.0 + uses: 4m-mazi/souji-action/.github/workflows/_souji.yml@v1.4.1 with: branch-names: ${{ inputs.branchNames }} ``` @@ -78,7 +78,7 @@ jobs: actions: write steps: - name: Cleanup - uses: 4m-mazi/souji-action@v1.4.0 + uses: 4m-mazi/souji-action@v1.4.1 with: branch-names: ${{ inputs.branchNames }} ``` diff --git a/package.json b/package.json index 02632f7..5027989 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "souji-action", "description": "Clean up the GitHub Action cache", - "version": "1.4.0", + "version": "1.4.1", "author": "", "private": true, "repository": {