From ff565487467cc8c8dcebb7d93c21079449399a37 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 24 Jan 2023 15:09:32 +0100 Subject: Bump actions/checkout version --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/builds.yml') 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: container: ${{ matrix.container }} steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: PHP 7 env setup if: startsWith(matrix.container, 'php:7') run: | -- cgit v1.3