diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 266f637..a468742 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.5" + ".": "1.4.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e36f4..a8042e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.6](https://github.com/4m-mazi/souji-action/compare/v1.4.5...v1.4.6) (2024-10-04) + + +### Dependencies + +* bump @actions/core from 1.10.1 to 1.11.0 ([#260](https://github.com/4m-mazi/souji-action/issues/260)) ([30cbaee](https://github.com/4m-mazi/souji-action/commit/30cbaee5336542e667512135139d93186df0d59d)) + ## [1.4.5](https://github.com/4m-mazi/souji-action/compare/v1.4.4...v1.4.5) (2024-09-28) diff --git a/README.md b/README.md index 61d8866..0f7ea2f 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.5 + uses: 4m-mazi/souji-action/.github/workflows/_souji.yml@v1.4.6 with: branch-names: ${{ inputs.branchNames }} ``` @@ -78,7 +78,7 @@ jobs: actions: write steps: - name: Cleanup - uses: 4m-mazi/souji-action@v1.4.5 + uses: 4m-mazi/souji-action@v1.4.6 with: branch-names: ${{ inputs.branchNames }} ``` diff --git a/package.json b/package.json index c8cbba9..b7f8470 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "souji-action", "description": "Clean up the GitHub Action cache", - "version": "1.4.5", + "version": "1.4.6", "author": "", "private": true, "repository": {