diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8915aae59..897dd8b61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,13 +19,13 @@ jobs: java-version: '21' distribution: 'adopt' - name: Cache SonarCloud packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache Gradle packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} diff --git a/tasks b/tasks index 85da7f2c4..e2687274a 100755 --- a/tasks +++ b/tasks @@ -280,7 +280,7 @@ case "${command}" in dojo -c Dojofile-infra "./tasks _tf_apply" ;; run_localstack_local) - docker-compose -f docker-compose.localstack-local.yaml up -d + docker compose -f docker-compose.localstack-local.yaml up -d ;; promote_docker_image) check_env