diff options
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: | |
