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/distributions_php7.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows/distributions_php7.yml') diff --git a/.github/workflows/distributions_php7.yml b/.github/workflows/distributions_php7.yml index 60eedd2..cd65177 100644 --- a/.github/workflows/distributions_php7.yml +++ b/.github/workflows/distributions_php7.yml @@ -12,7 +12,7 @@ jobs: container: debian:stable steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Remove php8 tests for php7 run: rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt src/tests/disable_function/*_signal.phpt - name: Install dependencies @@ -33,7 +33,7 @@ jobs: container: fedora:34 steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Remove php8 tests for php7 run: rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt src/tests/disable_function/*_signal.phpt - name: Install dependencies @@ -53,7 +53,7 @@ jobs: container: ubuntu:latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Remove php8 tests for php7 run: rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt - name: Install dependencies @@ -74,7 +74,7 @@ jobs: container: archlinux:latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Remove php8 tests for php7 run: rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt - name: Install dependencies -- cgit v1.3