diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index efe9bfb..866e93f 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.2" + ".": "1.4.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index de91683..7bf5283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.3](https://github.com/4m-mazi/souji-action/compare/v1.4.2...v1.4.3) (2024-08-24) + + +### Dependencies + +* bump valibot from 0.38.0 to 0.39.0 ([#202](https://github.com/4m-mazi/souji-action/issues/202)) ([3d8c6d7](https://github.com/4m-mazi/souji-action/commit/3d8c6d762ec16dac130ac74c32d5aa0053cf967b)) +* lock file maintenance ([#204](https://github.com/4m-mazi/souji-action/issues/204)) ([de1cc3d](https://github.com/4m-mazi/souji-action/commit/de1cc3d79539f9c8fd259f176623013b179b4008)) + ## [1.4.2](https://github.com/4m-mazi/souji-action/compare/v1.4.1...v1.4.2) (2024-08-20) diff --git a/README.md b/README.md index ba3e66c..e383346 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.2 + uses: 4m-mazi/souji-action/.github/workflows/_souji.yml@v1.4.3 with: branch-names: ${{ inputs.branchNames }} ``` @@ -78,7 +78,7 @@ jobs: actions: write steps: - name: Cleanup - uses: 4m-mazi/souji-action@v1.4.2 + uses: 4m-mazi/souji-action@v1.4.3 with: branch-names: ${{ inputs.branchNames }} ``` diff --git a/package.json b/package.json index 657471d..bdb3c98 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "souji-action", "description": "Clean up the GitHub Action cache", - "version": "1.4.2", + "version": "1.4.3", "author": "", "private": true, "repository": {