We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b876933 commit e43188dCopy full SHA for e43188d
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
17
quality:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
22
- name: Setup PHP
23
uses: shivammathur/setup-php@v2
@@ -39,7 +39,7 @@ jobs:
39
run: npm run lint
40
41
# - name: Commit Changes
42
- # uses: stefanzweifel/git-auto-commit-action@v5
+ # uses: stefanzweifel/git-auto-commit-action@v7
43
# with:
44
# commit_message: fix code style
45
# commit_options: '--no-verify'
0 commit comments