We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f9c83 commit a9d533eCopy full SHA for a9d533e
.github/workflows/pint.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
- uses: aglipanci/laravel-pint-action@latest
12
- uses: stefanzweifel/git-auto-commit-action@v6
13
with:
.github/workflows/run-tests.yml
@@ -15,7 +15,7 @@ jobs:
15
name: PHP ${{ matrix.php }} - Statamic 6
16
17
18
19
- uses: shivammathur/setup-php@v2
20
21
php-version: ${{ matrix.php }}
0 commit comments