summaryrefslogtreecommitdiff
path: root/.github/workflows/builds.yml
diff options
context:
space:
mode:
authorjvoisin2023-01-24 15:09:32 +0100
committerjvoisin2023-01-24 15:09:32 +0100
commitff565487467cc8c8dcebb7d93c21079449399a37 (patch)
tree09fd9bd5b423d366ec80d6374ba9df907dfbd7b0 /.github/workflows/builds.yml
parent1bf0f3ec9088d34383c564d6306901ae6dc94cb5 (diff)
Bump actions/checkout version
Diffstat (limited to '.github/workflows/builds.yml')
-rw-r--r--.github/workflows/builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index a1206ea..ecfd9a7 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -22,7 +22,7 @@ jobs:
22 container: ${{ matrix.container }} 22 container: ${{ matrix.container }}
23 steps: 23 steps:
24 - name: Checkout code 24 - name: Checkout code
25 uses: actions/checkout@v2 25 uses: actions/checkout@v3
26 - name: PHP 7 env setup 26 - name: PHP 7 env setup
27 if: startsWith(matrix.container, 'php:7') 27 if: startsWith(matrix.container, 'php:7')
28 run: | 28 run: |