diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index a96c393..bd15cf7 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -18,7 +18,7 @@ jobs: kind: [fpm-alpine, fpm-alpine-develop, fpm-alpine-develop-xdebug, fpm-alpine-dolphin, cli-alpine] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Build the graycore/magento-php:${{ matrix.php }}-${{ matrix.kind }} image run: docker build ./php/${{ matrix.php }}/${{ matrix.kind }} -t graycore/magento-php:${{ matrix.php }}-${{ matrix.kind }}-${GITHUB_REF##*/} @@ -45,7 +45,7 @@ jobs: kind: [alpine, alpine-develop] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Build the graycore/magento-nginx:${{ matrix.nginx }}-${{ matrix.kind }} image run: docker build ./nginx/${{ matrix.nginx }}/${{ matrix.kind }} -t graycore/magento-nginx:${{ matrix.nginx }}-${{ matrix.kind }}-${GITHUB_REF##*/} diff --git a/.github/workflows/test-env-startup.yml b/.github/workflows/test-env-startup.yml index 341e750..afa040f 100644 --- a/.github/workflows/test-env-startup.yml +++ b/.github/workflows/test-env-startup.yml @@ -16,7 +16,7 @@ jobs: COMPOSER_PROJECT: ["magento/project-community-edition=2.3.*", "magento/project-community-edition=2.4.*"] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Get Composer Cache Directory id: composer-cache run: |