diff --git a/.github/workflows/phpci.yml b/.github/workflows/phpci.yml index d439b52..496d05e 100644 --- a/.github/workflows/phpci.yml +++ b/.github/workflows/phpci.yml @@ -45,7 +45,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - - uses: docker/build-push-action@v2 + - uses: docker/build-push-action@v6 with: context: . push: true