diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index b4e3c97..2557fab 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Setup PHP - uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 + uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f with: php-version: '8.4' tools: composer @@ -24,7 +24,7 @@ jobs: id: composer-cache run: | echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 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 a535209..2a406fb 100644 --- a/.github/workflows/smoketest.yml +++ b/.github/workflows/smoketest.yml @@ -11,12 +11,12 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Set up Docker Buildx - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd with: install: true - name: Build Docker image and store in cache - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 env: DOCKER_BUILD_SUMMARY: false with: