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 74a1007 commit 1907390Copy full SHA for 1907390
.github/workflows/php.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- name: Checkout
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
31
32
# usage refer https://github.com/shivammathur/setup-php
33
- name: Setup PHP
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
- name: Set ENV for github-release
21
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
0 commit comments