From be3ca7e239de594b3b39d47f3a54a38ed1d00b9c Mon Sep 17 00:00:00 2001 From: Gunnstein Lye <289744+glye@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:44:30 +0100 Subject: [PATCH] IBX-9321: Bumped GH action versions (#108) --- .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 }}