diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 2557fab..b341b70 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -24,7 +24,7 @@ jobs: id: composer-cache run: | echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} diff --git a/.github/workflows/smoketest.yml b/.github/workflows/smoketest.yml index 2a406fb..753f7df 100644 --- a/.github/workflows/smoketest.yml +++ b/.github/workflows/smoketest.yml @@ -16,7 +16,7 @@ jobs: install: true - name: Build Docker image and store in cache - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f env: DOCKER_BUILD_SUMMARY: false with: