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 c502049 + 7dcbe50 commit 4111a72Copy full SHA for 4111a72
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
run: echo "New versions is $TAG_NAME"
31
32
- name: Checkout the code
33
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
34
35
- name: Setup PHP
36
uses: shivammathur/setup-php@v2
@@ -68,7 +68,7 @@ jobs:
68
69
steps:
70
71
72
73
- name: Make a title
74
id: title
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Checkout code
19
20
21
22
0 commit comments