We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2ca5c3 + 0c82829 commit 0452bd3Copy full SHA for 0452bd3
.github/workflows/check-cs.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout code
23
- uses: actions/checkout@v2.3.4
+ uses: actions/checkout@v2.4.0
24
25
- name: Setup PHP
26
uses: shivammathur/setup-php@v2
.github/workflows/promote-tag.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
13
14
with:
15
ref: ${{ github.ref }}
16
- name: Pick Release Version from git tag
.github/workflows/run-tests.yml
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
0 commit comments