We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa6b9e8 + 1d0551c commit 13b8ac3Copy full SHA for 13b8ac3
.github/workflows/check-cs.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: Checkout code
29
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
30
31
- name: Setup PHP
32
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
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
0 commit comments