From cede273255bb324cbb0bac41c2816a5e8a05a26a Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Fri, 19 Jun 2026 16:59:29 +0200 Subject: [PATCH 1/2] [GHA] Updated checkout action to v7 Co-Authored-By: Codex --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1805c27..783a37b 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 From 6f9694461f0c2a9cf59f06e258668885f63babdd Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Fri, 19 Jun 2026 16:59:51 +0200 Subject: [PATCH 2/2] [GHA] Updated Docker login action to v4 Co-Authored-By: Codex --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 783a37b..285ec43 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}