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 68f7183 commit 72f7b1fCopy full SHA for 72f7b1f
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
php: '7.4'
28
os: ubuntu-18.04
29
steps:
30
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
31
- name: Setup Node.js
32
uses: actions/setup-node@v2
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