We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa360e commit 96eb067Copy full SHA for 96eb067
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
php-versions: ["7.2"]
14
runs-on: ${{ matrix.operating-system }}
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
17
18
- name: Setup PHP, with composer and extensions
19
uses: shivammathur/setup-php@v2
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
0 commit comments