We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cccea8e + f8aa370 commit 35eeb2fCopy full SHA for 35eeb2f
2 files changed
.github/workflows/php.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout
28
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
29
30
- name: Set ENV vars
31
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
with:
18
fetch-depth: 0
19
0 commit comments