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 3b19dd0 commit 9287c71Copy full SHA for 9287c71
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
php: '7.4'
28
os: ubuntu-22.04
29
steps:
30
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
31
- name: Setup Node.js
32
uses: actions/setup-node@v3
33
with:
@@ -66,7 +66,7 @@ jobs:
66
needs: test
67
if: github.repository_owner == 'xdebug' && github.event_name == 'push' && github.ref == 'refs/heads/main'
68
69
70
71
72
0 commit comments