From 02be42fddb0f8bab3934827284ecb05eb1b23026 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 06:23:09 +0000 Subject: [PATCH] Update actions/checkout action to v6.1.0 --- .github/workflows/cleanup-empty-translations.yml | 2 +- .github/workflows/monorepo-split-packages.yml | 2 +- .github/workflows/monorepo-split-plugins.yml | 2 +- .github/workflows/pest.yml | 4 ++-- .github/workflows/pint.yml | 2 +- .github/workflows/scorecard.yml | 2 +- .github/workflows/split.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cleanup-empty-translations.yml b/.github/workflows/cleanup-empty-translations.yml index b73e80a399..9b24f5feaa 100644 --- a/.github/workflows/cleanup-empty-translations.yml +++ b/.github/workflows/cleanup-empty-translations.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v6.1.0 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/monorepo-split-packages.yml b/.github/workflows/monorepo-split-packages.yml index a1db3e538a..4485ca577d 100644 --- a/.github/workflows/monorepo-split-packages.yml +++ b/.github/workflows/monorepo-split-packages.yml @@ -86,7 +86,7 @@ jobs: steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v6.1.0 # Search and replace "moox/core": "*" with "moox/core": "^3.1.3" in composer.json - name: Replace core version in composer.json diff --git a/.github/workflows/monorepo-split-plugins.yml b/.github/workflows/monorepo-split-plugins.yml index c666c1ec98..7cc1e77930 100644 --- a/.github/workflows/monorepo-split-plugins.yml +++ b/.github/workflows/monorepo-split-plugins.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v6.1.0 - if: "!startsWith(github.ref, 'refs/tags/')" uses: "symplify/monorepo-split-github-action@v2.4.5" diff --git a/.github/workflows/pest.yml b/.github/workflows/pest.yml index 54e3c54603..7cdaf566e9 100644 --- a/.github/workflows/pest.yml +++ b/.github/workflows/pest.yml @@ -35,7 +35,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v6.1.0 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -93,7 +93,7 @@ jobs: needs: pest runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v6.1.0 - name: Download Coverage Report uses: actions/download-artifact@v8 diff --git a/.github/workflows/pint.yml b/.github/workflows/pint.yml index 6067b5aded..c9a20c0f33 100644 --- a/.github/workflows/pint.yml +++ b/.github/workflows/pint.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v6.1.0 with: ref: ${{ github.head_ref }} token: ${{ secrets.BOT || github.token }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 8de8e524ec..b962da751e 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -34,7 +34,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false diff --git a/.github/workflows/split.yml b/.github/workflows/split.yml index 724fd6a7ba..aaf3e57de8 100644 --- a/.github/workflows/split.yml +++ b/.github/workflows/split.yml @@ -73,7 +73,7 @@ jobs: package: ${{ fromJson(needs.prepare.outputs.package-list) }} steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v6.1.0 - name: Get package stability and determine version working-directory: packages/${{ matrix.package }}