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 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/coverity.yml | 2 +- .github/workflows/distributions_php7.yml | 8 ++++---- .github/workflows/distributions_php8.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to '.github') 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: | diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7b3b6fd..b27024a 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@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index d83aa9f..5a289bf 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@v2 + uses: actions/checkout@v3 - name: Install dependencies run: | apt update 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 diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml index adf71e6..04867d7 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@v2 + uses: actions/checkout@v3 - 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@v2 + uses: actions/checkout@v3 - name: Install dependencies run: | apt update @@ -55,7 +55,7 @@ jobs: container: fedora:latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install dependencies run: | dnf install -y php-devel php-pear make re2c @@ -73,7 +73,7 @@ jobs: container: archlinux:latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install dependencies continue-on-error: true run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f408491..a5203cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: container: ubuntu:kinetic steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - 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