Skip to content

Commit 736a83c

Browse files
Merge pull request #206 from stefanzweifel/stefanzweifel/update-github-actions-workflows
Update checkout and git-auto-commit-action to latest major versions
1 parent b876933 commit 736a83c

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
@@ -17,7 +17,7 @@ jobs:
1717
quality:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- name: Setup PHP
2323
uses: shivammathur/setup-php@v2
@@ -39,7 +39,7 @@ jobs:
3939
run: npm run lint
4040

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

0 commit comments

Comments
 (0)