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.
1 parent 62282ac commit 1a2f0ecCopy full SHA for 1a2f0ec
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
git config --global core.autocrlf input
25
git config --global core.eol lf
26
- name: Checkout
27
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
28
- name: Setup PHP
29
uses: shivammathur/setup-php@v2
30
with:
@@ -50,7 +50,7 @@ jobs:
50
runs-on: ubuntu-latest
51
steps:
52
53
54
55
56
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
0 commit comments