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.
2 parents eb54046 + 76822c1 commit c15a2ceCopy full SHA for c15a2ce
2 files changed
.github/workflows/code-style.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
18
19
- name: Checking PHP Syntax
20
uses: TheDragonCode/codestyler@v5
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
.github/workflows/phpunit.yml
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
- name: Setup Redis
75
uses: zhulik/redis-action@1.1.0
0 commit comments