We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75145eb commit 61ce10eCopy full SHA for 61ce10e
.github/workflows/coding-standards.yml
@@ -8,7 +8,7 @@ jobs:
8
9
steps:
10
- name: Checkout code
11
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
12
13
- name: Setup PHP
14
uses: shivammathur/setup-php@v2
.github/workflows/phpstan.yml
@@ -17,7 +17,7 @@ jobs:
17
- laravel: 9.*
18
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
19
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
- name: Cache dependencies
22
uses: actions/cache@v2
23
with:
.github/workflows/tests.yml
0 commit comments