From bcc3794bd8e357331a50061d1b7f98333fc5e64d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:29:53 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/--prepare-php.yml | 2 +- .github/workflows/build-elasticsearch.yml | 2 +- .github/workflows/build-php-xd.yml | 2 +- .github/workflows/build-prestashop.yml | 4 ++-- .github/workflows/build-shopware.yml | 2 +- .github/workflows/build-wordpress-nginx.yml | 2 +- .github/workflows/build-wordpress.yml | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/--prepare-php.yml b/.github/workflows/--prepare-php.yml index 6022794..befdb50 100644 --- a/.github/workflows/--prepare-php.yml +++ b/.github/workflows/--prepare-php.yml @@ -24,7 +24,7 @@ jobs: outputs: matrix: ${{ steps.matrix.outputs.matrix }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/create-matrix id: matrix diff --git a/.github/workflows/build-elasticsearch.yml b/.github/workflows/build-elasticsearch.yml index f6cd9cc..b77a0a7 100644 --- a/.github/workflows/build-elasticsearch.yml +++ b/.github/workflows/build-elasticsearch.yml @@ -55,7 +55,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Login to the Docker Hub - uses: docker/login-action@v2 diff --git a/.github/workflows/build-php-xd.yml b/.github/workflows/build-php-xd.yml index 039faef..1d969d8 100644 --- a/.github/workflows/build-php-xd.yml +++ b/.github/workflows/build-php-xd.yml @@ -31,7 +31,7 @@ jobs: alpine: ['3.12', '3.13', '3.14', '3.15', '3.16', '3.17', '3.18', ''] type: ['-fpm', '-cli', ''] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/login-ghcr with: diff --git a/.github/workflows/build-prestashop.yml b/.github/workflows/build-prestashop.yml index e637ec7..c24284d 100644 --- a/.github/workflows/build-prestashop.yml +++ b/.github/workflows/build-prestashop.yml @@ -40,7 +40,7 @@ jobs: php: ['7.4', '7.1'] ps: ${{ fromJson(needs.prepare.outputs.ps7-matrix) }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/login-ghcr with: @@ -66,7 +66,7 @@ jobs: php: ['8.2', '8.1'] ps: ${{ fromJson(needs.prepare.outputs.ps8-matrix) }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/login-ghcr with: diff --git a/.github/workflows/build-shopware.yml b/.github/workflows/build-shopware.yml index 811721c..48dcea6 100644 --- a/.github/workflows/build-shopware.yml +++ b/.github/workflows/build-shopware.yml @@ -27,7 +27,7 @@ jobs: php: ['8.1', '8.2'] sw: ['6.5.0.0'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/login-ghcr with: diff --git a/.github/workflows/build-wordpress-nginx.yml b/.github/workflows/build-wordpress-nginx.yml index 6adbf3d..cfa0351 100644 --- a/.github/workflows/build-wordpress-nginx.yml +++ b/.github/workflows/build-wordpress-nginx.yml @@ -21,7 +21,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/login-ghcr with: diff --git a/.github/workflows/build-wordpress.yml b/.github/workflows/build-wordpress.yml index 2ac0831..03739a7 100644 --- a/.github/workflows/build-wordpress.yml +++ b/.github/workflows/build-wordpress.yml @@ -16,7 +16,7 @@ jobs: outputs: matrix: ${{ steps.wp.outputs.matrix }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 'Get all WordPress versions as json array' id: wp @@ -39,7 +39,7 @@ jobs: php: ['8.2', '7.4'] wp: ${{ fromJSON(needs.prepare-wp.outputs.matrix) }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/login-ghcr with: