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 d2b1172 commit eb39e46Copy full SHA for eb39e46
.github/workflows/build-and-test.yml
@@ -17,7 +17,7 @@ jobs:
17
experimental: true
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
with:
22
submodules: true
23
- name: Install PHP ${{ matrix.php }}
.github/workflows/build-windows.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: windows-latest
14
15
- name: Checkout memcached
16
- name: Setup PHP
id: setup-php
uses: cmb69/setup-php-sdk@v0.7
0 commit comments