We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fafa3a commit 771fb80Copy full SHA for 771fb80
.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
@@ -15,7 +15,7 @@ jobs:
15
dependency-version: [prefer-stable]
16
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
17
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Cache dependencies
20
uses: actions/cache@v2
21
with:
.github/workflows/tests.yml
0 commit comments