From 0184ba96d6087c6dca62ef6a996567e6d2e2bb9e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 15 Jul 2025 22:05:51 +0200 Subject: Bump actions/checkout from v3 to v4 --- .github/workflows/distributions_php7.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/distributions_php7.yml') diff --git a/.github/workflows/distributions_php7.yml b/.github/workflows/distributions_php7.yml index db23755..0ecab52 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@v3 + uses: actions/checkout@v4 - 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@v3 + uses: actions/checkout@v4 - 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@v3 + uses: actions/checkout@v4 - name: Remove php8 tests for php7 run: rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt - name: Install dependencies -- cgit v1.3