We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f3250 commit b243cacCopy full SHA for b243cac
1 file changed
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Checkout Code
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
20
- name: Setup PHP
21
uses: shivammathur/setup-php@v2
@@ -52,7 +52,7 @@ jobs:
52
git config --global core.eol lf
53
54
55
56
57
58
0 commit comments