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 b83477f + d44eaf4 commit 7bb6dafCopy full SHA for 7bb6daf
.github/workflows/php.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
- name: Checkout
33
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
34
35
- uses: actions/cache@v2
36
with:
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
- name: Set ENV for github-release
23
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
0 commit comments