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 a1206ea..ecfd9a7 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml | |||
| @@ -22,7 +22,7 @@ jobs: | |||
| 22 | container: ${{ matrix.container }} | 22 | container: ${{ matrix.container }} |
| 23 | steps: | 23 | steps: |
| 24 | - name: Checkout code | 24 | - name: Checkout code |
| 25 | uses: actions/checkout@v2 | 25 | uses: actions/checkout@v3 |
| 26 | - name: PHP 7 env setup | 26 | - name: PHP 7 env setup |
| 27 | if: startsWith(matrix.container, 'php:7') | 27 | if: startsWith(matrix.container, 'php:7') |
| 28 | run: | | 28 | run: | |
