[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-base] master: Update to actions/checkout@v3
From:       Tim_Düsterhus <noreply () php ! net>
Date:       2022-10-28 16:28:33
Message-ID: dpe5R4nkDHEKbSZKCOPBF4lbtN3COXxZ2FSzwZIw () main ! php ! net
[Download RAW message or body]

Author: Tim Düsterhus (TimWolla)
Date: 2022-10-28T18:18:03+02:00

Commit: https://github.com/php/doc-base/commit/464e24b058e84f855e2c2695ae8ad809126d1920
Raw diff: https://github.com/php/doc-base/commit/464e24b058e84f855e2c2695ae8ad809126d1920.diff

Update to actions/checkout@v3

see php/php-src#9759

Changed paths:
  M  .github/workflows/integrate.yaml


Diff:

diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml
index 3d7d3ffe..3cb3d4d1 100644
--- a/.github/workflows/integrate.yaml
+++ b/.github/workflows/integrate.yaml
@@ -35,19 +35,19 @@ jobs:
 
     steps:
       - name: "Checkout"
-        uses: "actions/checkout@v2"
+        uses: "actions/checkout@v3"
         with:
           path: "doc-base"
 
       - name: "Checkout php/doc-${{ matrix.language }}"
-        uses: "actions/checkout@v2"
+        uses: "actions/checkout@v3"
         with:
           path: "${{ matrix.language }}"
           repository: "php/doc-${{ matrix.language }}"
 
       - name: "Checkout php/doc-en as fallback"
         if: "matrix.language != 'en'"
-        uses: "actions/checkout@v2"
+        uses: "actions/checkout@v3"
         with:
           path: "en"
           repository: "php/doc-en"

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic