Skip to content

Commit dd17962

Browse files
Update checkout and git-auto-commit-action to latest major versions (#150)
1 parent cf3fef4 commit dd17962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
environment: Testing
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2
@@ -37,7 +37,7 @@ jobs:
3737
run: vendor/bin/pint
3838

3939
# - name: Commit Changes
40-
# uses: stefanzweifel/git-auto-commit-action@v5
40+
# uses: stefanzweifel/git-auto-commit-action@v7
4141
# with:
4242
# commit_message: fix code style
4343
# commit_options: '--no-verify'

0 commit comments

Comments
 (0)