We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81d3494 + 85e9c43 commit 445454bCopy full SHA for 445454b
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout code
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
with:
24
ref: ${{ github.head_ref }}
25
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
38
39
- name: Checkout Code
40
41
42
- name: Cache Dependencies
43
uses: actions/cache@v4
0 commit comments