Skip to content

Commit e0bfd36

Browse files
committed
Merge branch 'master' of github.com:laravilt/users
2 parents 79b327f + c1ed10d commit e0bfd36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fix-php-code-styling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
with:
1818
ref: ${{ github.head_ref }}
1919

@@ -23,6 +23,6 @@ jobs:
2323
preset: laravel
2424

2525
- name: Commit changes
26-
uses: stefanzweifel/git-auto-commit-action@v5
26+
uses: stefanzweifel/git-auto-commit-action@v7
2727
with:
2828
commit_message: Fix styling

0 commit comments

Comments
 (0)