We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 720d0c3 + 17b6420 commit 293665cCopy full SHA for 293665c
3 files changed
.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout Repository
13
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
14
with:
15
fetch-depth: 0
16
- name: Setup Python
.github/workflows/no-merge-commits.yml
@@ -16,7 +16,7 @@ jobs:
17
18
- name: Checkout
19
20
21
- name: Run test
22
uses: NexusPHP/[email protected]
.github/workflows/phpunit-lang.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
- name: Set up PHP
34
uses: shivammathur/setup-php@v2
0 commit comments