From f7a0e1434e9ed80a666a43b7551cfb5212e184f4 Mon Sep 17 00:00:00 2001 From: Karsten Dambekalns Date: Wed, 11 Dec 2024 22:36:47 +0100 Subject: [PATCH] TASK: Update actions in build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80a4de9230..7d41abbc0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: working-directory: . - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: ${{ env.FLOW_FOLDER }} @@ -106,7 +106,7 @@ jobs: mysql root password: 'neos' - name: Checkout development distribution - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: neos/flow-development-distribution ref: ${{ env.FLOW_TARGET_VERSION }} @@ -123,7 +123,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.cache/composer