From 1454ee5ca6f4ee02fa7f8682cdf92793f2475d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 02:53:37 +0000 Subject: [PATCH] GitHub Actions(deps): Bump the official-github-actions group across 1 directory with 3 updates Bumps the official-github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [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/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0) Updates `actions/cache` from 5.0.5 to 6.0.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/27d5ce7f107fe9357f9df03efb73ab90386fccae...2c8a9bd7457de244a408f35966fab2fb45fda9c8) Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/a309ff8b426b58ec0e2a45f0f869d46889d02405...ece7cb06caefa5fff74198d8649806c4678c61a1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: official-github-actions - dependency-name: actions/cache dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: official-github-actions - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: official-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/i18n-crowdin-download.yml | 2 +- .github/workflows/i18n-crowdin-upload.yml | 2 +- .github/workflows/i18n-update.yml | 2 +- .github/workflows/module-plugin-test-playwright.yml | 4 ++-- .github/workflows/module-plugin-test.yml | 4 ++-- .../workflows/reusable-cloudflare-worker-deploy.yml | 2 +- .github/workflows/reusable-code-review.yml | 2 +- .github/workflows/reusable-codecoverage-cleanup.yml | 4 ++-- .github/workflows/reusable-codecoverage.yml | 6 +++--- .github/workflows/reusable-file-size-audit.yml | 4 ++-- .github/workflows/reusable-image-optimization.yml | 2 +- .github/workflows/reusable-module-prep-release.yml | 2 +- .github/workflows/reusable-plugin-prep-release.yml | 2 +- .github/workflows/reusable-translations.yml | 12 ++++++------ .github/workflows/reusable-workflow-lint.yml | 10 +++++----- .github/workflows/unit-tests.yml | 4 ++-- 16 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/workflows/i18n-crowdin-download.yml b/.github/workflows/i18n-crowdin-download.yml index f260998..9d6bc94 100644 --- a/.github/workflows/i18n-crowdin-download.yml +++ b/.github/workflows/i18n-crowdin-download.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/i18n-crowdin-upload.yml b/.github/workflows/i18n-crowdin-upload.yml index 0e2bfdd..04d9afe 100644 --- a/.github/workflows/i18n-crowdin-upload.yml +++ b/.github/workflows/i18n-crowdin-upload.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/i18n-update.yml b/.github/workflows/i18n-update.yml index 3bc3335..76be99c 100644 --- a/.github/workflows/i18n-update.yml +++ b/.github/workflows/i18n-update.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/module-plugin-test-playwright.yml b/.github/workflows/module-plugin-test-playwright.yml index 8ff64e1..bc076d1 100644 --- a/.github/workflows/module-plugin-test-playwright.yml +++ b/.github/workflows/module-plugin-test-playwright.yml @@ -112,7 +112,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout plugin - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: ${{ inputs.plugin-repo }} ref: ${{ inputs.plugin-branch }} @@ -129,7 +129,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT" - name: Cache Composer vendor directory - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} diff --git a/.github/workflows/module-plugin-test.yml b/.github/workflows/module-plugin-test.yml index c0bb10b..c5b43cf 100644 --- a/.github/workflows/module-plugin-test.yml +++ b/.github/workflows/module-plugin-test.yml @@ -107,7 +107,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout plugin - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: ${{ inputs.plugin-repo }} ref: ${{ inputs.plugin-branch }} @@ -124,7 +124,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT" - name: Cache Composer vendor directory - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} diff --git a/.github/workflows/reusable-cloudflare-worker-deploy.yml b/.github/workflows/reusable-cloudflare-worker-deploy.yml index 5d98867..c5222bf 100644 --- a/.github/workflows/reusable-cloudflare-worker-deploy.yml +++ b/.github/workflows/reusable-cloudflare-worker-deploy.yml @@ -27,7 +27,7 @@ jobs: contents: read steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/reusable-code-review.yml b/.github/workflows/reusable-code-review.yml index 355ebd3..30b4574 100644 --- a/.github/workflows/reusable-code-review.yml +++ b/.github/workflows/reusable-code-review.yml @@ -76,7 +76,7 @@ jobs: checks: write steps: - name: Checkout AI review prompt from workflows repo - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: ${{ inputs.prompts_repository }} ref: ${{ inputs.prompts_ref }} diff --git a/.github/workflows/reusable-codecoverage-cleanup.yml b/.github/workflows/reusable-codecoverage-cleanup.yml index 65967f3..0e98d3b 100644 --- a/.github/workflows/reusable-codecoverage-cleanup.yml +++ b/.github/workflows/reusable-codecoverage-cleanup.yml @@ -47,14 +47,14 @@ jobs: steps: - name: Checkout repository (all refs for reachability check) - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false # Credentials left default so the later git push step can authenticate to origin. - name: Checkout gh-pages branch - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: gh-pages path: gh-pages diff --git a/.github/workflows/reusable-codecoverage.yml b/.github/workflows/reusable-codecoverage.yml index 09b013c..93a203f 100644 --- a/.github/workflows/reusable-codecoverage.yml +++ b/.github/workflows/reusable-codecoverage.yml @@ -64,7 +64,7 @@ jobs: has_gh_pages: ${{ steps.check.outputs.has_gh_pages }} steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 @@ -106,7 +106,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 # attempting to get all branch names. @@ -137,7 +137,7 @@ jobs: # commit_message: "🤖 Creating gh-pages branch" - name: Checkout GitHub Pages branch for code coverage report - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: gh-pages path: gh-pages diff --git a/.github/workflows/reusable-file-size-audit.yml b/.github/workflows/reusable-file-size-audit.yml index cebb613..2c83c90 100644 --- a/.github/workflows/reusable-file-size-audit.yml +++ b/.github/workflows/reusable-file-size-audit.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: true fetch-depth: 0 @@ -144,7 +144,7 @@ jobs: - name: Checkout base branch if: github.event_name == 'pull_request' - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/reusable-image-optimization.yml b/.github/workflows/reusable-image-optimization.yml index c1f2cd7..699b09f 100644 --- a/.github/workflows/reusable-image-optimization.yml +++ b/.github/workflows/reusable-image-optimization.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 1 persist-credentials: false diff --git a/.github/workflows/reusable-module-prep-release.yml b/.github/workflows/reusable-module-prep-release.yml index d07470f..4a4e6fb 100644 --- a/.github/workflows/reusable-module-prep-release.yml +++ b/.github/workflows/reusable-module-prep-release.yml @@ -64,7 +64,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: ${{ inputs.module-repo }} ref: ${{ inputs.module-branch }} diff --git a/.github/workflows/reusable-plugin-prep-release.yml b/.github/workflows/reusable-plugin-prep-release.yml index d0399f8..8a100ba 100644 --- a/.github/workflows/reusable-plugin-prep-release.yml +++ b/.github/workflows/reusable-plugin-prep-release.yml @@ -70,7 +70,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: ${{ inputs.plugin-repo }} ref: ${{ inputs.plugin-source-branch }} diff --git a/.github/workflows/reusable-translations.yml b/.github/workflows/reusable-translations.yml index fc83914..1e6b2b1 100644 --- a/.github/workflows/reusable-translations.yml +++ b/.github/workflows/reusable-translations.yml @@ -95,7 +95,7 @@ jobs: steps: - name: Checkout repository id: checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: true @@ -175,7 +175,7 @@ jobs: steps: - name: Checkout repository id: checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ env.PR_BRANCH_NAME }} persist-credentials: false @@ -290,7 +290,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ env.PR_BRANCH_NAME }} persist-credentials: false @@ -313,7 +313,7 @@ jobs: # Provides Python so translate.py can run (polib, requests). - name: Set up Python id: setup_python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: '3.x' @@ -390,7 +390,7 @@ jobs: steps: - name: Checkout repository id: checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ env.PR_BRANCH_NAME }} persist-credentials: false @@ -503,7 +503,7 @@ jobs: steps: - name: Checkout repository id: checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ env.PR_BRANCH_NAME }} persist-credentials: true diff --git a/.github/workflows/reusable-workflow-lint.yml b/.github/workflows/reusable-workflow-lint.yml index 27fe61d..6fbaf9f 100644 --- a/.github/workflows/reusable-workflow-lint.yml +++ b/.github/workflows/reusable-workflow-lint.yml @@ -18,7 +18,7 @@ jobs: contents: read steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} @@ -56,7 +56,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false @@ -127,7 +127,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} @@ -165,7 +165,7 @@ jobs: contents: read steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} @@ -195,7 +195,7 @@ jobs: contents: read steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 3cca890..4c68648 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -37,12 +37,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: cache: 'pip' python-version-file: '.python-version'