diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0419fa..01e376a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build the Image run: docker build . --file Dockerfile --tag appuio/example-php-docker-helloworld:latest - name: Run the Container