From 7c0258ca9f244b8c1a87e3f985b4408b27d541d5 Mon Sep 17 00:00:00 2001 From: Oliver Kaufmann Date: Wed, 10 Jan 2024 15:18:36 +0100 Subject: [PATCH] fix: update versions and run on github runners instead --- .github/workflows/pint.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pint.yml b/.github/workflows/pint.yml index 78a1cf2..6444816 100644 --- a/.github/workflows/pint.yml +++ b/.github/workflows/pint.yml @@ -14,21 +14,18 @@ jobs: php-code-styling: if: "!contains(github.event.head_commit.message, '[ci skip]')" - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - - name: debug - run: | - ls -lah - name: Fix PHP code style issues - uses: aglipanci/laravel-pint-action@2.4 + uses: aglipanci/laravel-pint-action@2.5 - - name: Commit changes + - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: |