From f6c35141ca03abf68748b81263842014f5de6aad Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:12:30 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.3.0 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.2.2 | v4.3.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- create-plugin-update/action.yml | 2 +- playwright-gh-pages/deploy-report-pages/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/create-plugin-update/action.yml b/create-plugin-update/action.yml index 726b84d..ebd29b1 100644 --- a/create-plugin-update/action.yml +++ b/create-plugin-update/action.yml @@ -30,7 +30,7 @@ runs: shell: bash - name: Checkout Repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 with: persist-credentials: false ref: ${{ inputs.base }} diff --git a/playwright-gh-pages/deploy-report-pages/action.yml b/playwright-gh-pages/deploy-report-pages/action.yml index e360b47..7013f4b 100644 --- a/playwright-gh-pages/deploy-report-pages/action.yml +++ b/playwright-gh-pages/deploy-report-pages/action.yml @@ -98,7 +98,7 @@ runs: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 with: ref: ${{ inputs.pages-branch }}