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 a68a4b4 commit 877fbc3Copy full SHA for 877fbc3
.github/workflows/check.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
17
- name: Setup PHP
18
uses: shivammathur/setup-php@v2
@@ -53,7 +53,7 @@ jobs:
53
name: typescript and scss
54
55
56
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
57
- name: Use Node.js 21.x
58
uses: actions/setup-node@v4
59
with:
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
27
28
29
30
- name: Use Node.js 22.x
31
32
0 commit comments