diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1805c27..285ec43 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: node: "22" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Build image run: bin/ci/build.sh ${{ matrix.php }} ${{ matrix.node }} - name: Test image @@ -58,7 +58,7 @@ jobs: TEST_CMD: "vendor/bin/behat -v --profile=browser --suite=admin-ui --tags=@richtext --config=behat_ibexa_oss.yaml" PRODUCT_VERSION: ${{ matrix.product-version }} - name: Log in to the Container registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}