From a30f0b7e6381deb8967bdcae87ba78493ce352e4 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 12:14:57 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.3.0 | v5.0.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 ebd29b1..cd2c19a 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.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 695fa01..6d8b120 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: ref: ${{ inputs.pages-branch }}