From e43188dd40dab6204f731593382f9220ae5361dc Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 15 Nov 2025 09:46:47 +0100 Subject: [PATCH] Update checkout and git-auto-commit-action to latest major versions --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9f2ccc078..575ffb56d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: quality: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -39,7 +39,7 @@ jobs: run: npm run lint # - name: Commit Changes - # uses: stefanzweifel/git-auto-commit-action@v5 + # uses: stefanzweifel/git-auto-commit-action@v7 # with: # commit_message: fix code style # commit_options: '--no-verify'