2 Révisions

Auteur SHA1 Message Date
  Alexander Kartavenko 7f5933d913
Update README.md il y a 1 semaine
  Eric Sizemore 5b2a61b6a9
Update GitHub Actions to use latest versions (#1441) il y a 1 semaine
2 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2
    2
      .github/workflows/ci.yml
  2. 0
    1
      README.md

+ 2
- 2
.github/workflows/ci.yml Voir le fichier

15
     name: Link Check
15
     name: Link Check
16
     runs-on: ubuntu-latest
16
     runs-on: ubuntu-latest
17
     steps:
17
     steps:
18
-      - uses: actions/checkout@v4
18
+      - uses: actions/checkout@v6
19
 
19
 
20
       - name: Check links
20
       - name: Check links
21
         uses: lycheeverse/lychee-action@v2
21
         uses: lycheeverse/lychee-action@v2
36
             README.md
36
             README.md
37
           fail: true
37
           fail: true
38
 
38
 
39
-      - uses: actions/upload-artifact@v4
39
+      - uses: actions/upload-artifact@v7
40
         if: failure()
40
         if: failure()
41
         with:
41
         with:
42
           name: lychee-results
42
           name: lychee-results

+ 0
- 1
README.md Voir le fichier

350
 * [APIGen](https://github.com/apigen/apigen) - Another API documentation generator.
350
 * [APIGen](https://github.com/apigen/apigen) - Another API documentation generator.
351
 * [daux.io](https://github.com/dauxio/daux.io) - A documentation generator that uses Markdown files.
351
 * [daux.io](https://github.com/dauxio/daux.io) - A documentation generator that uses Markdown files.
352
 * [phpDocumentor](https://phpdoc.org/) - A documentation generator.
352
 * [phpDocumentor](https://phpdoc.org/) - A documentation generator.
353
-* [phpDox](https://phpdox.net/) - A documentation generator for PHP projects (that is not limited to API documentation).
354
 * [Scramble](https://github.com/dedoc/scramble) - Automatically generates OpenAPI documentation from your code without annotations.
353
 * [Scramble](https://github.com/dedoc/scramble) - Automatically generates OpenAPI documentation from your code without annotations.
355
 * [zircote/swagger-php](https://github.com/zircote/swagger-php) - Generate OpenAPI documentation for your RESTful API.
354
 * [zircote/swagger-php](https://github.com/zircote/swagger-php) - Generate OpenAPI documentation for your RESTful API.
356
 
355
 

Chargement…
Annuler
Enregistrer