From 208c04471665c3f36b331a76e9f2eff3b3f9382d Mon Sep 17 00:00:00 2001 From: gggeek Date: Thu, 24 Nov 2022 11:34:58 +0000 Subject: [PATCH] ci imprvement --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0