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 559b1d5 + 6384a2e commit 3b1c9dbCopy full SHA for 3b1c9db
.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@v4
+ uses: actions/checkout@v5
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