diff options
| author | jvoisin | 2025-07-15 22:05:51 +0200 |
|---|---|---|
| committer | jvoisin | 2025-07-15 22:05:51 +0200 |
| commit | 0184ba96d6087c6dca62ef6a996567e6d2e2bb9e (patch) | |
| tree | 214c3c69fb84934a9ec5c2462a918195e6703310 /.github/workflows/distributions_php8.yml | |
| parent | 87c5fbe30b6d9adce299d261183ccd9f85b4fa1f (diff) | |
Bump actions/checkout from v3 to v4
Diffstat (limited to '.github/workflows/distributions_php8.yml')
| -rw-r--r-- | .github/workflows/distributions_php8.yml | 8 |
1 files changed, 4 insertions, 4 deletions
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: | |||
| 11 | container: alpine:edge | 11 | container: alpine:edge |
| 12 | steps: | 12 | steps: |
| 13 | - name: Checkout code | 13 | - name: Checkout code |
| 14 | uses: actions/checkout@v3 | 14 | uses: actions/checkout@v4 |
| 15 | - name: Remove php7 tests for php8 | 15 | - name: Remove php7 tests for php8 |
| 16 | run: rm -rf src/tests/*php7*/ | 16 | run: rm -rf src/tests/*php7*/ |
| 17 | - name: Remove tests failing on alpine for wathever reason | 17 | - name: Remove tests failing on alpine for wathever reason |
| @@ -36,7 +36,7 @@ jobs: | |||
| 36 | container: debian:testing | 36 | container: debian:testing |
| 37 | steps: | 37 | steps: |
| 38 | - name: Checkout code | 38 | - name: Checkout code |
| 39 | uses: actions/checkout@v3 | 39 | uses: actions/checkout@v4 |
| 40 | - name: Install dependencies | 40 | - name: Install dependencies |
| 41 | run: | | 41 | run: | |
| 42 | apt update | 42 | apt update |
| @@ -57,7 +57,7 @@ jobs: | |||
| 57 | container: fedora:latest | 57 | container: fedora:latest |
| 58 | steps: | 58 | steps: |
| 59 | - name: Checkout code | 59 | - name: Checkout code |
| 60 | uses: actions/checkout@v3 | 60 | uses: actions/checkout@v4 |
| 61 | - name: Install dependencies | 61 | - name: Install dependencies |
| 62 | run: | | 62 | run: | |
| 63 | dnf install -y php-devel php-pear make re2c awk | 63 | dnf install -y php-devel php-pear make re2c awk |
| @@ -76,7 +76,7 @@ jobs: | |||
| 76 | container: archlinux:latest | 76 | container: archlinux:latest |
| 77 | steps: | 77 | steps: |
| 78 | - name: Checkout code | 78 | - name: Checkout code |
| 79 | uses: actions/checkout@v3 | 79 | uses: actions/checkout@v4 |
| 80 | - name: Install dependencies | 80 | - name: Install dependencies |
| 81 | continue-on-error: true | 81 | continue-on-error: true |
| 82 | run: | | 82 | run: | |
