Skip to content

Commit 35ab1aa

Browse files
committed
2 parents 2e5b44a + c6f1152 commit 35ab1aa

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/workflows/fix-styling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: ${{ github.head_ref }}
2121

2222
- name: Fix PHP code style issues
23-
uses: aglipanci/laravel-pint-action@2.4
23+
uses: aglipanci/laravel-pint-action@2.5
2424

2525
- name: Commit changes
2626
uses: stefanzweifel/git-auto-commit-action@v5

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Create Pull Request
5050
if: steps.generate.outputs.changes == 'true'
51-
uses: peter-evans/create-pull-request@v4
51+
uses: peter-evans/create-pull-request@v7
5252
id: create-pr
5353
with:
5454
token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
<a name="2.1.2"></a>
7+
## [2.1.2] - 2024-11-01
8+
9+
### Chore
10+
- update CHANGELOG.md
11+
12+
### 🔀 Merged
13+
- Merge pull request [#21](https://github.com/cleaniquecoders/laravel-action/issues/21) from cleaniquecoders/update-changelog-11623324903
14+
15+
616
<a name="2.1.1"></a>
717
## [2.1.1] - 2024-11-01
818

@@ -74,6 +84,7 @@ All notable changes to this project will be documented in this file.
7484
## 1.0.0 - 2022-09-11
7585

7686

87+
[2.1.2]: https://github.com/cleaniquecoders/laravel-action/compare/2.1.1...2.1.2
7788
[2.1.1]: https://github.com/cleaniquecoders/laravel-action/compare/2.1.0...2.1.1
7889
[2.1.0]: https://github.com/cleaniquecoders/laravel-action/compare/2.0.0...2.1.0
7990
[2.0.0]: https://github.com/cleaniquecoders/laravel-action/compare/1.6.0...2.0.0

0 commit comments

Comments
 (0)