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/builds.yml | |
| parent | 87c5fbe30b6d9adce299d261183ccd9f85b4fa1f (diff) | |
Bump actions/checkout from v3 to v4
Diffstat (limited to '.github/workflows/builds.yml')
| -rw-r--r-- | .github/workflows/builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
| 23 | container: ${{ matrix.container }} | 23 | container: ${{ matrix.container }} |
| 24 | steps: | 24 | steps: |
| 25 | - name: Checkout code | 25 | - name: Checkout code |
| 26 | uses: actions/checkout@v3 | 26 | uses: actions/checkout@v4 |
| 27 | - name: PHP 7 env setup | 27 | - name: PHP 7 env setup |
| 28 | if: startsWith(matrix.container, 'php:7') | 28 | if: startsWith(matrix.container, 'php:7') |
| 29 | run: | | 29 | run: | |
