From c2c375572967ee6ff8afc3a406b8d5a02880159e Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Wed, 18 Feb 2026 14:43:05 -0500 Subject: [PATCH] feat: use actions/checkout@v6 --- .github/workflows/_internal-coding-standard.yaml | 4 ++-- .github/workflows/_internal-get-composer-version.yaml | 2 +- .github/workflows/_internal-get-magento-version.yaml | 2 +- .github/workflows/_internal-install.yaml | 4 ++-- .github/workflows/_internal-integration.yaml | 2 +- .github/workflows/_internal-semver-compare.yaml | 2 +- .github/workflows/_internal-setup-magento.yaml | 2 +- .github/workflows/_internal_check_extension.yaml | 2 +- .github/workflows/_internal_test_actions.yaml | 2 +- .github/workflows/check-extension-README.md | 2 +- .github/workflows/integration-README.md | 2 +- .github/workflows/integration.yaml | 2 +- cache-magento/README.md | 2 +- coding-standard-baseline/action.yml | 4 ++-- coding-standard/action.yml | 2 +- fix-magento-install/README.md | 2 +- get-composer-version/README.md | 2 +- get-magento-version/README.md | 2 +- installation-test/README.md | 4 ++-- semver-compare/README.md | 2 +- setup-di-compile/action.yml | 2 +- setup-magento/README.md | 4 ++-- unit-test/README.md | 2 +- 23 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/_internal-coding-standard.yaml b/.github/workflows/_internal-coding-standard.yaml index d8a3e23..04b9364 100644 --- a/.github/workflows/_internal-coding-standard.yaml +++ b/.github/workflows/_internal-coding-standard.yaml @@ -36,7 +36,7 @@ jobs: outputs: matrix: ${{ steps.supported-version.outputs.matrix }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./supported-version with: kind: currently-supported @@ -50,7 +50,7 @@ jobs: fail-fast: false runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: './coding-standard' with: version: ${{ github.event.inputs.version || '*' }} diff --git a/.github/workflows/_internal-get-composer-version.yaml b/.github/workflows/_internal-get-composer-version.yaml index 51cb9f8..faf9e1f 100644 --- a/.github/workflows/_internal-get-composer-version.yaml +++ b/.github/workflows/_internal-get-composer-version.yaml @@ -21,7 +21,7 @@ jobs: get-composer-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set PHP Version uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/_internal-get-magento-version.yaml b/.github/workflows/_internal-get-magento-version.yaml index 1d9d615..3e1dc9b 100644 --- a/.github/workflows/_internal-get-magento-version.yaml +++ b/.github/workflows/_internal-get-magento-version.yaml @@ -20,7 +20,7 @@ jobs: get-magento-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set PHP Version uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/_internal-install.yaml b/.github/workflows/_internal-install.yaml index cf0eca6..e776fa6 100644 --- a/.github/workflows/_internal-install.yaml +++ b/.github/workflows/_internal-install.yaml @@ -30,7 +30,7 @@ jobs: outputs: matrix: ${{ steps.supported-version.outputs.matrix }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./supported-version with: kind: currently-supported @@ -44,7 +44,7 @@ jobs: fail-fast: false runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./installation-test with: composer_version: ${{ matrix.composer }} diff --git a/.github/workflows/_internal-integration.yaml b/.github/workflows/_internal-integration.yaml index ca9ffba..42c98f1 100644 --- a/.github/workflows/_internal-integration.yaml +++ b/.github/workflows/_internal-integration.yaml @@ -27,7 +27,7 @@ jobs: outputs: matrix: ${{ steps.supported-version.outputs.matrix }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./supported-version with: kind: currently-supported diff --git a/.github/workflows/_internal-semver-compare.yaml b/.github/workflows/_internal-semver-compare.yaml index 7b59c17..19471c5 100644 --- a/.github/workflows/_internal-semver-compare.yaml +++ b/.github/workflows/_internal-semver-compare.yaml @@ -20,7 +20,7 @@ jobs: semver-compare: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./semver-compare id: version-compare-1 diff --git a/.github/workflows/_internal-setup-magento.yaml b/.github/workflows/_internal-setup-magento.yaml index a0e7513..e966aae 100644 --- a/.github/workflows/_internal-setup-magento.yaml +++ b/.github/workflows/_internal-setup-magento.yaml @@ -116,7 +116,7 @@ jobs: setup-magento-extension: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./setup-magento id: setup-magento diff --git a/.github/workflows/_internal_check_extension.yaml b/.github/workflows/_internal_check_extension.yaml index 92d6a49..bc019e8 100644 --- a/.github/workflows/_internal_check_extension.yaml +++ b/.github/workflows/_internal_check_extension.yaml @@ -26,7 +26,7 @@ jobs: outputs: matrix: ${{ steps.supported-version.outputs.matrix }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./supported-version with: kind: currently-supported diff --git a/.github/workflows/_internal_test_actions.yaml b/.github/workflows/_internal_test_actions.yaml index 6d532e4..a338552 100644 --- a/.github/workflows/_internal_test_actions.yaml +++ b/.github/workflows/_internal_test_actions.yaml @@ -22,7 +22,7 @@ jobs: unit-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: npm ci shell: bash diff --git a/.github/workflows/check-extension-README.md b/.github/workflows/check-extension-README.md index 1af2661..663ed9c 100644 --- a/.github/workflows/check-extension-README.md +++ b/.github/workflows/check-extension-README.md @@ -37,7 +37,7 @@ jobs: outputs: matrix: ${{ steps.supported-version.outputs.matrix }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: graycoreio/github-actions-magento2/supported-version@main id: supported-version - run: echo ${{ steps.supported-version.outputs.matrix }} diff --git a/.github/workflows/integration-README.md b/.github/workflows/integration-README.md index abb14b4..ce0ee53 100644 --- a/.github/workflows/integration-README.md +++ b/.github/workflows/integration-README.md @@ -47,7 +47,7 @@ jobs: outputs: matrix: ${{ steps.supported-version.outputs.matrix }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - uses: graycoreio/github-actions-magento2/supported-version@main with: include_services: true diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 4362c67..18bcdb6 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -64,7 +64,7 @@ jobs: fail-fast: ${{ inputs.fail-fast }} matrix: ${{ fromJSON(inputs.matrix) }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set PHP Version uses: shivammathur/setup-php@v2 with: diff --git a/cache-magento/README.md b/cache-magento/README.md index ba944cd..9ceab75 100644 --- a/cache-magento/README.md +++ b/cache-magento/README.md @@ -29,7 +29,7 @@ jobs: showcase_cache: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: graycoreio/github-actions-magento2/cache-magento@main with: mode: 'store' diff --git a/coding-standard-baseline/action.yml b/coding-standard-baseline/action.yml index fded724..fd14a16 100755 --- a/coding-standard-baseline/action.yml +++ b/coding-standard-baseline/action.yml @@ -59,7 +59,7 @@ runs: using: composite steps: - name: Checkout head - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ inputs.head_ref }} repository: ${{ inputs.head_repo }} @@ -108,7 +108,7 @@ runs: - name: Checkout base if: steps.filter.outputs.phpcs == 'true' - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{github.event.pull_request.base.ref}} repository: ${{github.event.pull_request.base.repo.full_name}} diff --git a/coding-standard/action.yml b/coding-standard/action.yml index 9041145..0cae5f0 100644 --- a/coding-standard/action.yml +++ b/coding-standard/action.yml @@ -46,7 +46,7 @@ runs: using: composite steps: - name: Checkout Project - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0 path: project diff --git a/fix-magento-install/README.md b/fix-magento-install/README.md index 0b5f0a1..d74bec0 100644 --- a/fix-magento-install/README.md +++ b/fix-magento-install/README.md @@ -25,7 +25,7 @@ jobs: fix: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: graycoreio/github-actions-magento2/fix-magento-install@main with: magento_directory: path/to/magento diff --git a/get-composer-version/README.md b/get-composer-version/README.md index a117e3f..d98d677 100644 --- a/get-composer-version/README.md +++ b/get-composer-version/README.md @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest name: A job to compute an installed Composer version. steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: graycoreio/github-actions-magento2/get-composer-version@main id: get-composer-version - run: echo version ${{ steps.get-composer-version.outputs.version }} diff --git a/get-magento-version/README.md b/get-magento-version/README.md index b8adc8d..d2ae4a0 100644 --- a/get-magento-version/README.md +++ b/get-magento-version/README.md @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest name: A job to compute an installed Magento version. steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: graycoreio/github-actions-magento2/get-magento-version@main id: get-magento-version - run: echo version ${{ steps.get-magento-version.outputs.version }} diff --git a/installation-test/README.md b/installation-test/README.md index dd95d61..82aedc6 100644 --- a/installation-test/README.md +++ b/installation-test/README.md @@ -25,7 +25,7 @@ jobs: outputs: matrix: ${{ steps.supported-version.outputs.matrix }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - uses: graycoreio/github-actions-magento2/supported-version@main id: supported-version - run: echo ${{ steps.supported-version.outputs.matrix }} @@ -36,7 +36,7 @@ jobs: matrix: ${{ fromJSON(needs.compute_matrix.outputs.matrix) }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - uses: graycoreio/github-actions-magento2/installation-test@main with: composer_version: ${{ matrix.composer }} diff --git a/semver-compare/README.md b/semver-compare/README.md index b8cbb97..bd8d833 100644 --- a/semver-compare/README.md +++ b/semver-compare/README.md @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest name: A job to semantically compare two versions steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: graycoreio/github-actions-magento2/semver-compare@main with: version: 2.1.0 diff --git a/setup-di-compile/action.yml b/setup-di-compile/action.yml index a2a85f0..769136d 100644 --- a/setup-di-compile/action.yml +++ b/setup-di-compile/action.yml @@ -17,7 +17,7 @@ runs: using: composite steps: - name: Checkout Project - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Get changed files that could break compilation uses: tj-actions/changed-files@v39 diff --git a/setup-magento/README.md b/setup-magento/README.md index 1c20c2c..4a806bb 100644 --- a/setup-magento/README.md +++ b/setup-magento/README.md @@ -49,7 +49,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: graycoreio/github-actions-magento/setup-magento@main id: setup-magento @@ -87,7 +87,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: graycoreio/github-actions-magento/setup-magento@main id: setup-magento diff --git a/unit-test/README.md b/unit-test/README.md index 5459ab7..d1bd375 100644 --- a/unit-test/README.md +++ b/unit-test/README.md @@ -28,7 +28,7 @@ jobs: - 8.1 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - uses: graycoreio/github-actions-magento2/unit-test@main with: php_version: ${{ matrix.php_version }}