ci imprvement
authorgggeek <giunta.gaetano@gmail.com>
Thu, 24 Nov 2022 11:34:58 +0000 (11:34 +0000)
committergggeek <giunta.gaetano@gmail.com>
Thu, 24 Nov 2022 11:34:58 +0000 (11:34 +0000)
.github/workflows/ci.yml

index e72911c..5d464bf 100644 (file)
@@ -28,7 +28,7 @@ jobs:
                 php: ['8.1', '8.0', '7.4', '7.3', '7.2', '7.1', '7.0', '5.6', '5.5', '5.4']
         steps:
             -    name: checkout code
-                 uses: actions/checkout@v2
+                 uses: actions/checkout@v3
 
             # Although this action is quite nice, we prefer to use the same script to set up php that we use for the
             # docker image used for local testing. This allows us to make sure that script is always in good shape