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/builds.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/coverity.yml | 2 +- .github/workflows/distributions_php7.yml | 6 +++--- .github/workflows/distributions_php8.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) (limited to '.github') diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index ee87474..e46b1bc 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -23,7 +23,7 @@ jobs: container: ${{ matrix.container }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: PHP 7 env setup if: startsWith(matrix.container, 'php:7') run: | diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a8cf39b..067ef04 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 5a289bf..5fb36fd 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -9,7 +9,7 @@ jobs: container: debian:stable steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: | apt update 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 diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml index 840f9e6..4bca722 100644 --- a/.github/workflows/distributions_php8.yml +++ b/.github/workflows/distributions_php8.yml @@ -11,7 +11,7 @@ jobs: container: alpine:edge steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Remove php7 tests for php8 run: rm -rf src/tests/*php7*/ - name: Remove tests failing on alpine for wathever reason @@ -36,7 +36,7 @@ jobs: container: debian:testing steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: | apt update @@ -57,7 +57,7 @@ jobs: container: fedora:latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: | dnf install -y php-devel php-pear make re2c awk @@ -76,7 +76,7 @@ jobs: container: archlinux:latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies continue-on-error: true run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b69920a..c963db4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: container: ubuntu:jammy steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set timezone if: startsWith(matrix.container, 'ubuntu:') run: ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone -- cgit v1.3