Skip to content

Commit

Permalink
release: v1.4.5 (#254)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.4.5](v1.4.4...v1.4.5)
(2024-09-28)


### Code Refactoring

* use `@octokit/webhooks-types` for stronger typing
([#253](#253))
([3c17657](3c17657))

---
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>
  • Loading branch information
mazi-release[bot] authored Sep 28, 2024
1 parent 3c17657 commit 6b909ef
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/files/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.4"
".": "1.4.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.5](https://github.com/4m-mazi/souji-action/compare/v1.4.4...v1.4.5) (2024-09-28)


### Code Refactoring

* use `@octokit/webhooks-types` for stronger typing ([#253](https://github.com/4m-mazi/souji-action/issues/253)) ([3c17657](https://github.com/4m-mazi/souji-action/commit/3c1765759367cbd0da7dbf59e62ea6c3ba7d3cbe))

## [1.4.4](https://github.com/4m-mazi/souji-action/compare/v1.4.3...v1.4.4) (2024-09-27)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
permissions:
actions: write
contents: read
uses: 4m-mazi/souji-action/.github/workflows/[email protected].4
uses: 4m-mazi/souji-action/.github/workflows/[email protected].5
with:
branch-names: ${{ inputs.branchNames }}
```
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
actions: write
steps:
- name: Cleanup
uses: 4m-mazi/[email protected].4
uses: 4m-mazi/[email protected].5
with:
branch-names: ${{ inputs.branchNames }}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "souji-action",
"description": "Clean up the GitHub Action cache",
"version": "1.4.4",
"version": "1.4.5",
"author": "",
"private": true,
"repository": {
Expand Down

0 comments on commit 6b909ef

Please sign in to comment.