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.
1 parent 692878c commit e7e6e2fCopy full SHA for e7e6e2f
.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout Repository
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
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/no-merge-commits@v2.2.1
.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