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: