Skip to content

Commit 0e90ab2

Browse files
committed
Merge branch 'main' of github.com:leMaur/laravel-typed-arr
2 parents 8bc2064 + 3237bcf commit 0e90ab2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/dependabot-auto-merge.yml

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

1414
- name: Dependabot metadata
1515
id: metadata
16-
uses: dependabot/fetch-metadata@v1.5.1
16+
uses: dependabot/fetch-metadata@v1.6.0
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919

.github/workflows/fix-php-code-style-issues.yml

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

2121
- name: Fix PHP code style issues
22-
uses: aglipanci/laravel-pint-action@2.2.0
22+
uses: aglipanci/laravel-pint-action@2.3.0
2323

2424
- name: Commit changes
2525
uses: stefanzweifel/git-auto-commit-action@v4

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Changelog
22

33
All notable changes to `laravel-typed-arr` will be documented in this file.
4+
5+
## 0.1.0 - 2023-05-31
6+
7+
**Full Changelog**: https://github.com/leMaur/laravel-typed-arr/commits/0.1.0

0 commit comments

Comments
 (0)