From: gggeek Date: Thu, 24 Nov 2022 11:34:58 +0000 (+0000) Subject: ci imprvement X-Git-Tag: 4.9.0~29 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=208c04471665c3f36b331a76e9f2eff3b3f9382d;p=plcapi.git ci imprvement --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e72911cb..5d464bfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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