From 6566ab92ae06c4cae14f0a1e00d18d415cb54816 Mon Sep 17 00:00:00 2001 From: Gunnstein Lye <289744+glye@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:53:58 +0100 Subject: [PATCH] IBX-9321: Bumped GH action versions --- .github/workflows/integration-tests-callable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-callable.yaml b/.github/workflows/integration-tests-callable.yaml index db58bd25..eea8345b 100644 --- a/.github/workflows/integration-tests-callable.yaml +++ b/.github/workflows/integration-tests-callable.yaml @@ -26,7 +26,7 @@ jobs: coverage: none - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ${{ env.COMPOSER_CACHE_DIR }} key: ${{ env.PROJECT_EDITION }}-${{ env.PROJECT_VERSION }}-${{ github.sha }}